Home
last modified time | relevance | path

Searched defs:_CtcpEntryDll (Results 1 – 2 of 2) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h315 typedef struct _CtcpEntryDll struct
317 struct _CtcpEntryDll *next; argument
318 char *name; /* name of ctcp datatag */
319 char *module; /* name of module associated with */
320 int id; /* index of this ctcp command */
321 int flag; /* Action modifiers */
322 char *desc; /* description returned by ctcp clientinfo */
323 CTCP_DllHandler func; /* function that does the dirty deed */
324 CTCP_DllHandler repl; /* Function that is called for reply */
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h315 typedef struct _CtcpEntryDll struct
317 struct _CtcpEntryDll *next; argument
318 char *name; /* name of ctcp datatag */
319 char *module; /* name of module associated with */
320 int id; /* index of this ctcp command */
321 int flag; /* Action modifiers */
322 char *desc; /* description returned by ctcp clientinfo */
323 CTCP_DllHandler func; /* function that does the dirty deed */
324 CTCP_DllHandler repl; /* Function that is called for reply */