1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-21 01:15:22 +00:00

uemacs: remove forward declaration of 'struct video' from edef.h

Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Thiago Farina 2010-11-03 10:35:35 -02:00 committed by Linus Torvalds
parent 85b4f0af1a
commit fa57a63d57

2
edef.h
View File

@ -16,8 +16,6 @@
/* Some global fuction declarations. */
typedef int (*fn_t)(int, int);
struct video;
/* Initialized global external declarations. */
extern int fillcol; /* Fill column */