aboutsummaryrefslogtreecommitdiffstats
path: root/edef.h
diff options
context:
space:
mode:
authorThiago Farina <tfransosi@gmail.com>2010-08-08 23:03:42 -0300
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-10 15:24:33 -0700
commit1f271323f8bd6b3d12fbc31fd432b4903cf633de (patch)
tree2b0447ffd242506a1db986a7e2ce9ddee8db2592 /edef.h
parentc206895b9eff24b08a1c7174c449523d80d1e0e9 (diff)
downloaduemacs-1f271323f8bd6b3d12fbc31fd432b4903cf633de.tar.gz
uemacs: convert typedef struct KILL to struct kill.
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, 2 insertions, 2 deletions
diff --git a/edef.h b/edef.h
index cc44a42..8731165 100644
--- a/edef.h
+++ b/edef.h
@@ -64,8 +64,8 @@ extern int abortc; /* current abort command char */
extern int quotec; /* quote char during mlreply() */
extern int tabmask;
extern char *cname[]; /* names of colors */
-extern KILL *kbufp; /* current kill buffer chunk pointer */
-extern KILL *kbufh; /* kill buffer header pointer */
+extern struct kill *kbufp; /* current kill buffer chunk pointer */
+extern struct kill *kbufh; /* kill buffer header pointer */
extern int kused; /* # of bytes used in KB */
extern struct window *swindow; /* saved window pointer */
extern int cryptflag; /* currently encrypting? */