~ctrlproxy/ctrlproxy/trunk

« back to all changes in this revision

Viewing changes to mods/admin.h

  • Committer: jelmer
  • Date: 2003-10-18 22:02:02 UTC
  • Revision ID: jelmer@samba.org-20031018220202-6801a76318fb4d13
Update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __CTRLPROXY_ADMIN_H__
 
2
#define __CTRLPROXY_ADMIN_H__
 
3
 
 
4
void register_admin_command(char *cmd, void (*handler) (char **, struct line *));
 
5
void unregister_admin_command(char *cmd);
 
6
 
 
7
#endif