summaryrefslogtreecommitdiffstats
path: root/arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'arg.h')
-rw-r--r--arg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arg.h b/arg.h
index edc428a..2b32c20 100644
--- a/arg.h
+++ b/arg.h
@@ -318,6 +318,7 @@ public:
int isUsed();
//char* get(); //do not free
void setUsed();
+ void setValue(char *val);
void setFlag();
char *getValue();
};