Diff for /embedaddon/sudo/include/secure_path.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/05/29 12:26:49 version 1.1.1.2, 2014/06/15 16:12:54
Line 26 Line 26
   
 int sudo_secure_dir(const char *path, uid_t uid, gid_t gid, struct stat *sbp);  int sudo_secure_dir(const char *path, uid_t uid, gid_t gid, struct stat *sbp);
 int sudo_secure_file(const char *path, uid_t uid, gid_t gid, struct stat *sbp);  int sudo_secure_file(const char *path, uid_t uid, gid_t gid, struct stat *sbp);
int sudo_secure_path(const char *path, int type, uid_t uid, gid_t gid, struct stat *sbp);int sudo_secure_path(const char *path, unsigned int type, uid_t uid, gid_t gid, struct stat *sbp);
   
 #endif /* _SUDO_SECURE_PATH_H */  #endif /* _SUDO_SECURE_PATH_H */

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>