creating function of props
| Newsgroups | gmane.linux.pam |
|---|---|
| Message-ID | <[email protected]> |
Hi:
I'm creating a pam module, but in it I doing a few thing that I need put into a
function for example
void work ()
{
------
------
}
but when the system will use this I get this
UnKnow module
how can I do this.