summaryrefslogtreecommitdiff
path: root/src/cli_path_utils.h
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-02-22 16:33:45 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2011-02-22 16:33:45 -0800
commit95b4b15c8b0d47a7323cd74858714023c7a22a22 (patch)
tree53d6ed54ecfdc38ffedcf910c8e22ac0a7758e88 /src/cli_path_utils.h
parent0c45579ce0c5672677c8fb9f9ea82d404c0e01a2 (diff)
downloadvyatta-cfg-95b4b15c8b0d47a7323cd74858714023c7a22a22.tar.gz
vyatta-cfg-95b4b15c8b0d47a7323cd74858714023c7a22a22.zip
clean up dead code etc. etc. etc.
Diffstat (limited to 'src/cli_path_utils.h')
-rw-r--r--src/cli_path_utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cli_path_utils.h b/src/cli_path_utils.h
index 6716b22..6fcceb8 100644
--- a/src/cli_path_utils.h
+++ b/src/cli_path_utils.h
@@ -54,8 +54,6 @@ clind_path_ref clind_path_clone(const clind_path_ref path);
int clind_path_get_size(clind_path_ref path);
const char* clind_path_get_path_string(clind_path_ref path);
-void clind_path_debug_print(clind_path_ref path);
-int clind_path_is_absolute(clind_path_ref path);
int clind_path_pop(clind_path_ref path);
char* clind_path_pop_string(clind_path_ref path);
@@ -63,10 +61,7 @@ const char* clind_path_last_string(clind_path_ref path);
void clind_path_push(clind_path_ref path,const char* dir);
int clind_path_shift(clind_path_ref path);
-char* clind_path_shift_string(clind_path_ref path);
const char* clind_path_get_string(clind_path_ref path,int index);
-const char* clind_path_first_string(clind_path_ref path);
-void clind_path_unshift(clind_path_ref path,const char* dir);
int clind_file_exists(const char* dir,const char* file);