aboutsummaryrefslogtreecommitdiffstats
path: root/edef.h
diff options
context:
space:
mode:
authorThiago Farina <tfransosi@gmail.com>2010-10-20 22:57:08 -0200
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-25 10:07:13 -0700
commit18342f6246bef932f9b6f3ca0fe1137f05a76e74 (patch)
treea91f4f8b36aa8d05252d1478825b82a777c732b7 /edef.h
parentda3d470b8d036cfd95d0f22e9ea19ffd81e1b7a2 (diff)
downloaduemacs-18342f6246bef932f9b6f3ca0fe1137f05a76e74.tar.gz
uemacs: Move function declarations from edef.h to efunc.h.
Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'edef.h')
-rw-r--r--edef.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/edef.h b/edef.h
index 1f2390c..df8ee13 100644
--- a/edef.h
+++ b/edef.h
@@ -106,10 +106,6 @@ extern struct window *wheadp; /* Head of list of windows */
extern struct buffer *bheadp; /* Head of list of buffers */
extern struct buffer *blistp; /* Buffer for C-X C-B */
-/* Lookup a buffer by name. */
-extern struct buffer *bfind(char *bname, int cflag, int bflag);
-extern struct window *wpopup(void); /* Pop up window creation. */
-extern struct line *lalloc(int); /* Allocate a line. */
extern char sres[NBUFN]; /* Current screen resolution. */
extern char pat[]; /* Search pattern. */
extern char tap[]; /* Reversed pattern array. */