5 lines
65 B
C
5 lines
65 B
C
extern void pam_end (void);
|
|
void dumpme (void)
|
|
{
|
|
pam_end ();
|
|
}
|