garble.h 213 B

123456789101112131415
  1. #ifndef _GARBLE_H
  2. #define _GARBLE_H
  3. #ifdef HAVE_CONFIG_H
  4. # include "config.h"
  5. #endif
  6. #define STR(x) x
  7. #ifdef S_GARBLESTRINGS
  8. char *degarble(int, char *);
  9. #endif /* S_GARBLESTRINGS */
  10. #endif /* !_GARBLE_H */