00001 #ifndef NPS_RM_H 00002 #define NPS_RM_H 00003 00015 typedef struct { 00016 void *state; 00017 void (*handler)(void *, int, char * ); 00018 } nps_rm_handler_t; 00019 00021 extern const nps_rm_handler_t nps_rm_warning; 00022 00026 extern int nps_rm(char *const path, char force, const nps_rm_handler_t *handler); 00027 00028 #endif