summaryrefslogtreecommitdiffstats
path: root/core/import-csv.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-09-28 10:29:15 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-28 07:47:39 -0700
commit2e6df623bbf582e1177afb68af3bdb7843fca9d9 (patch)
treed78764a2e41fc28639d5ef8072da64ecd80fd0ae /core/import-csv.h
parent43c9178bf706ed5f75dd027b0ffe67d8ca1fe4ce (diff)
downloadsubsurface-2e6df623bbf582e1177afb68af3bdb7843fca9d9.tar.gz
Cleanup: Make add_sample_data() local to translation unit
This function in parse_csv.c was not used anywhere. Make it of static linkage. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/import-csv.h')
-rw-r--r--core/import-csv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/import-csv.h b/core/import-csv.h
index 720e368ed..bfaf7fe38 100644
--- a/core/import-csv.h
+++ b/core/import-csv.h
@@ -17,7 +17,6 @@ enum csv_format {
#define MAXCOLDIGITS 10
-void add_sample_data(struct sample *sample, enum csv_format type, double val);
int parse_csv_file(const char *filename, char **params, int pnr, const char *csvtemplate);
int try_to_open_csv(struct memblock *mem, enum csv_format type);
int parse_txt_file(const char *filename, const char *csv);