mirror of
https://github.com/rfivet/uemacs.git
synced 2025-02-20 06:57:11 -05:00
uemacs/efunc.h: Get rid of a duplicated exported type called "names".
This type is already exported in edef.h Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
78f045749f
commit
bd635515a6
1
edef.h
1
edef.h
@ -10,7 +10,6 @@
|
||||
#ifndef EDEF_H_
|
||||
#define EDEF_H_
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
3
efunc.h
3
efunc.h
@ -372,9 +372,6 @@ extern int lock(char *fname);
|
||||
extern int unlock(char *fname);
|
||||
extern void lckerror(char *errstr);
|
||||
|
||||
/* names.c */
|
||||
extern struct name_bind names[];
|
||||
|
||||
/* pklock.c */
|
||||
extern char *dolock(char *fname);
|
||||
extern char *undolock(char *fname);
|
||||
|
11
names.c
11
names.c
@ -1,8 +1,8 @@
|
||||
/* Name to function binding table
|
||||
|
||||
This table gives the names of all the bindable functions
|
||||
end their C function address. These are used for the bind-to-key
|
||||
function.
|
||||
/* Name to function binding table.
|
||||
*
|
||||
* This table gives the names of all the bindable functions
|
||||
* end their C function address. These are used for the bind-to-key
|
||||
* function.
|
||||
*/
|
||||
|
||||
#include "estruct.h"
|
||||
@ -221,4 +221,3 @@ struct name_bind names[] = {
|
||||
|
||||
{"", NULL}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user