summaryrefslogtreecommitdiff
path: root/src/textfile.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-14 12:27:42 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-14 12:27:42 +0200
commit478f104a702d67d7f977382a063a6cebd8ed920b (patch)
treef87a0b39615fc1695c13b1286f1faa7baec4afb1 /src/textfile.h
parentf62ff53cd06a71b7c6b796ba5cfae164c151925d (diff)
downloadbluez-478f104a702d67d7f977382a063a6cebd8ed920b.tar.gz
core: Remove unused textfile_casedel and textfile_caseput functions
Diffstat (limited to 'src/textfile.h')
-rw-r--r--src/textfile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/textfile.h b/src/textfile.h
index bcced74dc..7214455e8 100644
--- a/src/textfile.h
+++ b/src/textfile.h
@@ -29,9 +29,7 @@ int create_name(char *buf, size_t size, const char *path,
const char *address, const char *name);
int textfile_put(const char *pathname, const char *key, const char *value);
-int textfile_caseput(const char *pathname, const char *key, const char *value);
int textfile_del(const char *pathname, const char *key);
-int textfile_casedel(const char *pathname, const char *key);
char *textfile_get(const char *pathname, const char *key);
char *textfile_caseget(const char *pathname, const char *key);