* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: fcrontab.c,v 1.50 2001-11-02 13:38:15 thib Exp $ */
+ /* $Id: fcrontab.c,v 1.51 2001-11-02 14:27:33 thib Exp $ */
/*
* The goal of this program is simple : giving a user interface to fcron
#include "allow.h"
#include "fileconf.h"
-char rcs_info[] = "$Id: fcrontab.c,v 1.50 2001-11-02 13:38:15 thib Exp $";
+char rcs_info[] = "$Id: fcrontab.c,v 1.51 2001-11-02 14:27:33 thib Exp $";
void info(void);
void usage(void);
struct pam_response **response, void *appdata_ptr);
pam_handle_t *pamh = NULL;
const struct pam_conv apamconv = { conv_pam, NULL };
-#endif
+#endif /* HAVE_LIBPAM */
void
info(void)
return PAM_CONV_ERR;
}
-#endif
+#endif /* HAVE_LIBPAM */
void
}
-
-
/* never reached */
return EXIT_OK;
}