/* * grant.h -- grant a request during automatic enrollment * * (c) 2001 Dr. Andreas Mueller, Beratung und Entwicklung * * $Id: grant.h,v 1.1.1.1 2001/03/03 22:18:47 afm Exp $ */ #ifndef _GRANT_H #define _GRANT_H #include extern int cert_grant(scep_t *); #endif /* _GRANT_H */