summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index bd547eea..6b14f475 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -693,8 +693,8 @@ int passwd_sync_update (int num, userec_t * buf);
int passwd_sync_query (int num, userec_t * buf);
// current user help utilities
-int pwcuBitSetLevel (unsigned int mask);
-int pwcuBitUnsetLevel (unsigned int mask);
+int pwcuBitEnableLevel (unsigned int mask);
+int pwcuBitDisableLevel (unsigned int mask);
int pwcuIncNumPost ();
int pwcuDecNumPost ();
int pwcuSetGoodPost (unsigned int newgp);