#include <share.h>
Data Fields | |
char * | feature |
int | flag |
int(* | ask_func )(int) |
int | priority |
int(* | snd )(int, char *) |
int(* | rcv )(int, char *) |
Definition at line 43 of file share.h.
int(* ask_func)(int) |
Referenced by uf_features_check(), uf_features_dump(), and uf_features_parse().
char* feature |
Definition at line 44 of file share.h.
Referenced by uf_features_dump(), uf_features_parse(), uff_addfeature(), uff_addtable(), uff_delfeature(), uff_deltable(), and uff_findentry_byname().
int flag |
Definition at line 45 of file share.h.
Referenced by uf_features_check(), uf_features_parse(), uff_addfeature(), uff_call_receiving(), uff_call_sending(), and uff_findentry_byflag().
int priority |
Definition at line 48 of file share.h.
Referenced by uff_insert_entry().
int(* rcv)(int, char *) |
Referenced by uff_call_receiving().
int(* snd)(int, char *) |
Referenced by uff_call_sending().