]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/misc-progs/setuid.h
misc-progs: Remove unused functions.
[people/teissler/ipfire-2.x.git] / src / misc-progs / setuid.h
index e253a765704b0cdb0154293d59ce854faac48ee4..1e0aed2a08f0747243fc68c6433cf53760383707 100644 (file)
@@ -67,8 +67,4 @@ int unpriv_system(char* command, uid_t uid, gid_t gid);
 size_t strlcat(char *dst, const char *src, size_t len);
 int initsetuid(void);
 
-/* check whether a file exists */
-int file_exists(const char *fname);        
-int file_exists_w(const char *fname); //wildcard filename test
-
 #endif