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