mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-20 00:06:45 -05: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:
parent
85b4f0af1a
commit
fa57a63d57
2
edef.h
2
edef.h
@ -16,8 +16,6 @@
|
|||||||
/* Some global fuction declarations. */
|
/* Some global fuction declarations. */
|
||||||
typedef int (*fn_t)(int, int);
|
typedef int (*fn_t)(int, int);
|
||||||
|
|
||||||
struct video;
|
|
||||||
|
|
||||||
/* Initialized global external declarations. */
|
/* Initialized global external declarations. */
|
||||||
|
|
||||||
extern int fillcol; /* Fill column */
|
extern int fillcol; /* Fill column */
|
||||||
|
Loading…
Reference in New Issue
Block a user