debian/rules: Use `git' potty wrapper.
[qmail] / commands.h
CommitLineData
212b6f5d
MW
1#ifndef COMMANDS_H
2#define COMMANDS_H
3
4struct commands {
5 char *text;
6 void (*fun)();
7 void (*flush)();
8} ;
9
10extern int commands();
11
12#endif