Delete all unused/obsolete .elist files
These (export lists) aren't needed on modern compilers and haven't been for quite awhile (like 2+ decades).
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
/****************************************************************************
|
||||
* Export list for libpam_dial_auth.
|
||||
* This list *must* be updated whenever a change is made to the libpam_dial_auth
|
||||
* API.
|
||||
*
|
||||
* The syntax for the symbol declarations in this list is as follows:
|
||||
* public sym => Public C symbol, i.e., publicised API
|
||||
* private sym => Private C symbol, i.e., unpublicised API
|
||||
* internal sym => Internal C symbol, i.e., not part of API
|
||||
* publicC++ sym => Public C++ symbol, i.e., publicised API
|
||||
* privateC++ sym => Private C++ symbol, i.e., unpublicised API
|
||||
* internalC++ sym => Internal C++ symbol, i.e., not part of API
|
||||
*
|
||||
* $TOG: libpam_dial_auth.elist /main/1 1999/09/08 15:58:41 mgreess $
|
||||
*****************************************************************************/
|
||||
|
||||
public pam_sm_authenticate
|
||||
public pam_sm_setcred
|
||||
Reference in New Issue
Block a user