X-Git-Url: http://git.jankratochvil.net/?p=tac_plus.git;a=blobdiff_plain;f=author.h;fp=author.h;h=0e3a2cefb99e7cb5183294c58c0849f720e1e542;hp=0000000000000000000000000000000000000000;hb=413c510553a773cd16e2b538e4a208b4c4d9f775;hpb=a296ccf128acec69a7db2312ebcc231cd18e5944 diff --git a/author.h b/author.h new file mode 100644 index 0000000..0e3a2ce --- /dev/null +++ b/author.h @@ -0,0 +1,12 @@ +#ifndef AUTHOR_H +#define AUTHOR_H 1 + +#include "tac_plus.h" + +#include /* for u_* */ + + +extern void author TAC_ARGS((u_char *pak)); + + +#endif /* AUTHOR_H */