1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Remove unnecessary extern modifier from struct declaration.

This commit is contained in:
James Woodcock 2012-08-10 11:42:16 +01:00 committed by Jon Trulson
parent ee82570104
commit 407bb371f2

View file

@ -53,7 +53,7 @@
#include <ab_private/AB.h> /* everybody must include this first! */
#include <ab/util_types.h>
extern struct _AB_OBJ;
struct _AB_OBJ;
#define ABObj struct _AB_OBJ *
typedef enum