summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2014-08-26 15:29:28 +1000
committerJan Schmidt <jan@centricular.com>2014-08-26 15:32:02 +1000
commit3c7cb2d3029628454eb22c7f4bc3451197462779 (patch)
tree105d9e06829e9fe7e9b12e9f1cfb701922dae53d
parent61cc4295b1c129040a69260663ae3e5453a22adc (diff)
downloadorc-3c7cb2d3029628454eb22c7f4bc3451197462779.tar.gz
Remove declarations for deleted functions from orcutils.h
-rw-r--r--orc/orcutils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/orc/orcutils.h b/orc/orcutils.h
index 1cf22bc..c10b1c2 100644
--- a/orc/orcutils.h
+++ b/orc/orcutils.h
@@ -208,9 +208,6 @@ ORC_BEGIN_DECLS
#ifdef ORC_ENABLE_UNSTABLE_API
-int get_file_int (const char *file, int *value);
-char * get_file (const char *file);
-char * get_cpuinfo_line (char *cpuinfo, const char *tag);
char * _strndup (const char *s, int n);
char ** strsplit (const char *s, char delimiter);
char * get_tag_value (char *s, const char *tag);