diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-06 15:08:18 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-06 15:08:18 -0500 |
commit | 1f8380814aff5429d3c1d27a3b9b82aa6102b764 (patch) | |
tree | fc4691a80630acd0812745b8735cf8df2bfa1ef7 /spm.h | |
parent | c81894a758b98006802e2e006e75a91076811d86 (diff) | |
download | spmc-1f8380814aff5429d3c1d27a3b9b82aa6102b764.tar.gz |
More documentation
Diffstat (limited to 'spm.h')
-rw-r--r-- | spm.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |