Searched defs:struct_commands (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dext2ed.h80 struct struct_commands { /* Holds commands of an object */ struct
95 struct struct_commands type_commands;
205 extern struct struct_commands general_commands;
206 extern struct struct_commands ext2_commands;
235 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback);
236 extern void free_user_commands (struct struct_commands *ptr);

Completed in 85 milliseconds