proto
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9500 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -50,11 +50,11 @@ struct sl_cmd {
|
||||
typedef struct sl_cmd SL_cmd;
|
||||
|
||||
void sl_help (SL_cmd *, int argc, char **argv);
|
||||
int sl_loop (SL_cmd *, char *prompt);
|
||||
int sl_command_loop (SL_cmd *cmds, char *prompt, void **data);
|
||||
int sl_loop (SL_cmd *, const char *prompt);
|
||||
int sl_command_loop (SL_cmd *cmds, const char *prompt, void **data);
|
||||
int sl_command (SL_cmd *cmds, int argc, char **argv);
|
||||
int sl_make_argv(char*, int*, char***);
|
||||
void sl_apropos (SL_cmd *cmd, char *topic);
|
||||
void sl_apropos (SL_cmd *cmd, const char *topic);
|
||||
|
||||
|
||||
#endif /* _SL_H */
|
||||
|
Reference in New Issue
Block a user