--- a/src/cmds.h Thu Sep 02 18:41:03 2004 +0000 +++ b/src/cmds.h Thu Sep 02 19:01:33 2004 +0000 @@ -29,10 +29,10 @@ **************************************************************************/ /*@{*/ -typedef enum _GaimCmdPriority GaimCmdPriority; -typedef enum _GaimCmdFlag GaimCmdFlag; -typedef enum _GaimCmdStatus GaimCmdStatus; -typedef enum _GaimCmdRet GaimCmdRet; +typedef enum _GaimCmdPriority GaimCmdPriority; +typedef enum _GaimCmdFlag GaimCmdFlag; +typedef enum _GaimCmdStatus GaimCmdStatus; +typedef enum _GaimCmdRet GaimCmdRet; enum _GaimCmdStatus { GAIM_CMD_STATUS_OK, @@ -118,6 +118,7 @@ * and any arguments it accpets (if it takes any arguments, otherwise no space), follow * by a colon, two spaces, and a description of the command in sentence form. No slash * before the command name. + * @param data User defined data to pass to the GaimCmdFunc * @return A GaimCmdId. This is only used for calling gaim_cmd_unregister. * Returns @c NULL on failure. */