mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
add file header.
This commit is contained in:
24
efunc.h
24
efunc.h
@@ -1,12 +1,12 @@
|
||||
/* efunc.h
|
||||
/* efunc.h
|
||||
*
|
||||
* Function declarations and names.
|
||||
* Function declarations and names.
|
||||
*
|
||||
* This file list all the C code functions used and the names to use
|
||||
* to bind keys to them. To add functions, declare it here in both the
|
||||
* This file list all the C code functions used and the names to use
|
||||
* to bind keys to them. To add functions, declare it here in both the
|
||||
* extern function list and the name binding table.
|
||||
*
|
||||
* modified by Petri Kutvonen
|
||||
* modified by Petri Kutvonen
|
||||
*/
|
||||
|
||||
/* External function declarations. */
|
||||
@@ -129,19 +129,7 @@ extern int unmark(int f, int n);
|
||||
extern struct buffer *bfind(char *bname, int cflag, int bflag);
|
||||
|
||||
/* file.c */
|
||||
extern int fileread(int f, int n);
|
||||
extern int insfile(int f, int n);
|
||||
extern int filefind(int f, int n);
|
||||
extern int viewfile(int f, int n);
|
||||
extern int getfile(char *fname, int lockfl);
|
||||
extern int readin(char *fname, int lockfl);
|
||||
extern void makename(char *bname, char *fname);
|
||||
extern void unqname(char *name);
|
||||
extern int filewrite(int f, int n);
|
||||
extern int filesave(int f, int n);
|
||||
extern int writeout(char *fn);
|
||||
extern int filename(int f, int n);
|
||||
extern int ifile(char *fname);
|
||||
#include "file.h"
|
||||
|
||||
/* exec.c */
|
||||
extern int namedcmd(int f, int n);
|
||||
|
||||
Reference in New Issue
Block a user