aboutsummaryrefslogtreecommitdiff
path: root/src/csv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/csv.c')
-rw-r--r--src/csv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/csv.c b/src/csv.c
index f1d7ed4..979e97a 100644
--- a/src/csv.c
+++ b/src/csv.c
@@ -1,5 +1,8 @@
#include "globals.h"
+/* takes a pointer to a pointer to a csv string */
+/* the pointer pointed to will be modified, but the data it points to will not */
+
char *csv_read(char **ptr)
{
if(!ptr)