e576bb | /* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. */ | |||
1b10db | ||||
574088 | #ifndef CPP_H #define CPP_H #ifndef STRUCT_HASH_ENTRY_DECLARED struct hash_entry; #define STRUCT_HASH_ENTRY_DECLARED #endif /* Prototypes begin here */ void f_cpp(INT32 args); | |||
79ed42 | void init_cpp(void); | |||
574088 | void add_predefine(char *s); | |||
79ed42 | void exit_cpp(void); | |||
574088 | /* Prototypes end here */ #endif |