/* * encode.h -- pack a SCEP reply message * * (c) 2001 Dr. Andreas Mueller, Beratung und Entwicklung * * $Id: encode.h,v 1.2 2001/03/05 17:47:09 afm Exp $ */ #ifndef _ENCODE_H #define _ENCODE_H #include extern int encode(scep_t *scep); #endif /* _ENCODE_H */