aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2006-07-09 20:38:41 +0000
committerMartin Schlemmer <azarah@gentoo.org>2006-07-09 20:38:41 +0000
commit4dbcb7b0361808a84c31fdee11a1d1779581a89f (patch)
treef9ebb9d1fce9834a29fbce2202e3c3fd5e38f40a /libsbutil
parentRemove file_length(), and rather use rc_get_size(). (diff)
downloadsandbox-4dbcb7b0361808a84c31fdee11a1d1779581a89f.tar.gz
sandbox-4dbcb7b0361808a84c31fdee11a1d1779581a89f.tar.bz2
sandbox-4dbcb7b0361808a84c31fdee11a1d1779581a89f.zip
Start moving libsandbox only related stuff out of libsbutil.
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
Diffstat (limited to 'libsbutil')
-rw-r--r--libsbutil/sbutil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libsbutil/sbutil.h b/libsbutil/sbutil.h
index ae000ac..efd9eab 100644
--- a/libsbutil/sbutil.h
+++ b/libsbutil/sbutil.h
@@ -125,8 +125,4 @@ int get_tmp_dir(char *path);
bool is_env_on (const char *);
bool is_env_off (const char *);
-/* glibc modified realpath() function */
-char *erealpath(const char *, char *);
-char *egetcwd(char *, size_t);
-
#endif /* __SBUTIL_H__ */