Select Git revision
-
Fredrik Hübinette (Hubbe) authored
Rev: src/encode.c:1.1 Rev: src/encode.h:1.1
Fredrik Hübinette (Hubbe) authoredRev: src/encode.c:1.1 Rev: src/encode.h:1.1
encode.h 398 B
/*\
||| This file a part of Pike, and is copyright by Fredrik Hubinette
||| Pike is distributed as GPL (General Public License)
||| See the files COPYING and DISCLAIMER for more information.
\*/
#ifndef ENCODE_H
#define ENCODE_H
/* Prototypes begin here */
struct encode_data;
void f_encode_value(INT32 args);
struct decode_data;
void f_decode_value(INT32 args);
/* Prototypes end here */
#endif