password.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. #ifndef PASSWORD_H
  2. #define PASSWORD_H
  3. int verify_password(char *auth_arg, char *user, char *password);
  4. #endif