10 lines
96 B
C
10 lines
96 B
C
|
#ifndef _ADMINPRIVS_H
|
||
|
#define _ADMINPRIVS_H
|
||
|
|
||
|
BOOL
|
||
|
CheckForAdminPrivs (
|
||
|
void
|
||
|
);
|
||
|
|
||
|
#endif
|