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