/* * v2request.h -- handle a version 2 request * * (c) 2002 Dr. Andreas Mueller, Beratung und Entwicklung * * $Id: v2request.h,v 1.1 2002/02/19 23:40:05 afm Exp $ */ #ifndef _V2REQUEST_H #define _V2REQUEST_H #include extern int v2request(scep_t *scep); #endif /* _V2REQUEST_H */