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
1 changed files with 1 additions and 1 deletions

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