00001 #ifndef FUPERMOD_BIND_H_
00002 #define FUPERMOD_BIND_H_
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00011 int fupermod_bind_process(char* str_mask);
00012
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016
00017 #endif