blob: 538cb22c6b00b188ea65ad6a27df5d253c5eaaac [file] [log] [blame]
extern void pam_end (void);
void dumpme (void)
{
pam_end ();
}