DIX: fix several duplicate typedefs
Compare changes
- Enrico Weigelt, metux IT consult . authored
fix warning on duplicated typedef: > In file included from ../dix/main.c:86: > ../dix/callback_priv.h:10:31: warning: redefinition of typedef 'CallbackListPtr' is a C11 feature [-Wtypedef-redefinition] > typedef struct _CallbackList *CallbackListPtr; > ^ > ../include/callback.h:60:31: note: previous definition is here > typedef struct _CallbackList *CallbackListPtr; /* also in misc.h */ > ^ Signed-off-by:
Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <!1427>
+ 0
− 2