diff options
author | Dennis Friis <peavey@placid.dk> | 2008-04-02 15:09:18 +0000 |
---|---|---|
committer | Dennis Friis <peavey@placid.dk> | 2008-04-02 15:09:18 +0000 |
commit | 97bb21a79949779df76269b087f3bce7ef8179ee (patch) | |
tree | 08b3bdee2f3596581dd8d8f051afd37ee648cee7 /src/txt-converter/char/int_party.h | |
parent | dafdbbe9f1db3e6943003a79a6e23c00da2f2fe1 (diff) | |
download | tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.tar.gz tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.tar.bz2 tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.tar.xz tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.zip |
initial checkin
Diffstat (limited to 'src/txt-converter/char/int_party.h')
-rw-r--r-- | src/txt-converter/char/int_party.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/txt-converter/char/int_party.h b/src/txt-converter/char/int_party.h new file mode 100644 index 0000000..036db1a --- /dev/null +++ b/src/txt-converter/char/int_party.h @@ -0,0 +1,11 @@ +#ifndef _INT_PARTY_H_ +#define _INT_PARTY_H_ + +int inter_party_init(); +int inter_party_save(); + +int inter_party_parse_frommap(int fd); + +extern char party_txt[256]; + +#endif |