More formatting changes, new tags file.

This commit is contained in:
William Ferrell
2000-04-03 22:13:57 +00:00
parent 0d703c5864
commit 6a115b4446
64 changed files with 8950 additions and 8950 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
*/
typedef struct client_function {
char *keyword;
int (*function) (client * c, int argc, char **argv);
char *keyword;
int (*function) (client * c, int argc, char **argv);
} client_function;
// FIXME? Do these really need to be visible from other sources?