/* * certrep.h -- handle a CertRep message * * (c) 2001 Dr. Andreas Mueller, Beratung und Entwicklung * * $Id: certrep.h,v 1.1.1.1 2001/03/03 22:18:46 afm Exp $ */ #ifndef _CERTREP_H #define _CERTREP_H #include extern int certrep(scep_t *scep); #endif /* _CERTREP_H */