documenta UICB_PROTO

This commit is contained in:
Julien Danjou 2007-09-24 14:48:12 +02:00
parent c8373622ec
commit 1437f54711
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "config.h"
/** Common prototype definition for ui_callbak functions */
#define UICB_PROTO(name) void name(Display *, DC *, awesome_config *, const char *)
#endif