Fixed up the header comment so it didn't produce a warning about
comment inside of a comment Also removed the config.h thing since this is a .h Hopefully I'll get around to the other .h's soon. Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -27,13 +27,9 @@
|
|||||||
*
|
*
|
||||||
* Contributor(s): none yet.
|
* Contributor(s): none yet.
|
||||||
*
|
*
|
||||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
* ***** END GPL/BL DUAL LICENSE BLOCK *****/
|
||||||
|
|
||||||
/* defines callback structure for toolbox menu */
|
/* defines callback structure for toolbox menu */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include <config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct _TBcallback {
|
typedef struct _TBcallback {
|
||||||
char *desc;
|
char *desc;
|
||||||
char *key;
|
char *key;
|
||||||
|
Reference in New Issue
Block a user