Remove unnecessary extern modifier from struct declaration.
This commit is contained in:
parent
ee82570104
commit
407bb371f2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue