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:
parent
ee82570104
commit
407bb371f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue