From 1f8380814aff5429d3c1d27a3b9b82aa6102b764 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 6 Dec 2019 15:08:18 -0500 Subject: More documentation --- spm.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'spm.h') diff --git a/spm.h b/spm.h index 8822db1..4b033d0 100644 --- a/spm.h +++ b/spm.h @@ -44,8 +44,6 @@ char *substring_between(char *sptr, const char *delims); int has_rpath(const char *filename); char *get_rpath(const char *filename); - - // config.c #define CONFIG_BUFFER_SIZE 1024 @@ -62,7 +60,4 @@ Config **config_read(const char *filename); void config_free(Config **config); void config_test(void); - - - #endif //SPM_SPM_H -- cgit