user.h 239 B

123456789101112
  1. #ifndef __USER_H__
  2. #define __USER_H__
  3. #include "goahead.h"
  4. PUBLIC bool websVerifyPasswordFromBMC(Webs *wp);
  5. void addUser(Webs *wp);
  6. void setUserPassword(Webs *wp);
  7. void getAllUserInfo(Webs *wp);
  8. void delUser(Webs *wp);
  9. #endif