#ifndef TEAUNTEA_H #define TEAUNTEA_H /* * TEA Total Copyright (c) Alex Holden 2000, 2001. * * This code is public domain; you can do whatever you want with it, though I * would prefer you to contribute any bug fixes back to me if possible. * This software comes with NO WARRANTY WHATSOEVER, not even the implied * warranties of merchantability and fitness for a particular purpose. */ #define ENVELOPE_START "-----BEGIN TEA TOTAL MESSAGE-----" #define ENVELOPE_END "-----END TEA TOTAL MESSAGE-----" #define ENVELOPE_NAME "-NAME: " extern void init_tea_untea(teastate *state); extern void do_tea_untea(teastate *state); #endif