00001 /* 00002 || This file is part of Pike. For copyright information see COPYRIGHT. 00003 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING 00004 || for more information. 00005 || $Id: encode.h,v 1.7 2002/10/11 01:39:31 nilsson Exp $ 00006 */ 00007 00008 #ifndef ENCODE_H 00009 #define ENCODE_H 00010 00011 /* Prototypes begin here */ 00012 struct encode_data; 00013 void f_encode_value(INT32 args); 00014 void f_encode_value_canonic(INT32 args); 00015 struct decode_data; 00016 void f_decode_value(INT32 args); 00017 /* Prototypes end here */ 00018 00019 #endif
1.3.9.1