aboutsummaryrefslogtreecommitdiffstats
path: root/edef.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-09-30 18:06:17 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-30 18:06:17 -0700
commite3ca2a12cf50e0ee9e62911036ebe029a6cf9fa1 (patch)
tree8538e06f0d3a02f40c07c308975a3bb6052d701e /edef.h
parentde0961e007deb25c1c4f5635eba32abc559d797a (diff)
downloaduemacs-e3ca2a12cf50e0ee9e62911036ebe029a6cf9fa1.tar.gz
More ANSI'fication
Next up: enabling "-Wall" in the makefile. Not because it's ready, but because it gets easier to track where we are in the process..
Diffstat (limited to 'edef.h')
-rw-r--r--edef.h21
1 files changed, 15 insertions, 6 deletions
diff --git a/edef.h b/edef.h
index a63e985..398bc6a 100644
--- a/edef.h
+++ b/edef.h
@@ -17,9 +17,6 @@ typedef int (*fn_t)(int, int);
struct VIDEO;
-char *flook();
-char *getctext();
-char *getfname();
char *getval();
char *gtenv();
char *gtfun();
@@ -29,9 +26,6 @@ char *ltos();
char *mklower();
char *mkupper();
char *token();
-char *transbind();
-unsigned int getckey();
-unsigned int stock();
#ifdef maindef
@@ -535,3 +529,18 @@ extern char *getfname(fn_t);
extern fn_t fncmatch(char *);
extern unsigned int stock(char *keyname);
extern char *transbind(char *skey);
+
+/* buffer.c */
+extern int usebuffer(int f, int n);
+extern int nextbuffer(int f, int n);
+extern int swbuffer(BUFFER *bp);
+extern int killbuffer(int f, int n);
+extern int zotbuf(BUFFER *bp);
+extern int namebuffer(int f, int n);
+extern int listbuffers(int f, int n);
+extern int makelist(int iflag);
+extern void ltoa(char *buf, int width, long num);
+extern int addline(char *text);
+extern int anycb(void);
+extern int bclear(BUFFER *bp);
+extern int unmark(int f, int n);