summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorSergiu Ivanov <unlimitedscolobb@gmail.com>2009-01-22 21:16:49 +0200
committerSergiu Ivanov <unlimitedscolobb@gmail.com>2009-01-22 21:16:49 +0200
commit65360480a9540e3ed6cfdbc42a3a66c8b08b73dc (patch)
treeb34379878c363aaf6a40d9a6510c48ed0ba2ed50 /options.h
parent439bd02eb00358b50e2d5123ae27e839d8f1a8a6 (diff)
Added the routines for parsing magic syntax
Now nsmux has two special routines for parsing the special ``,,'' syntax: magic_find_sep and magic_unescape. The reason for their separate existence is that the magic ``,,'' is allowed to be escaped in the following way ``,,,'' and nsmux must be able to react correspondingly to such syntax.
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index daa23b4c2..27dc3382c 100644
--- a/options.h
+++ b/options.h
@@ -28,6 +28,8 @@
/*---------------------------------------------------------------------------*/
/*--------Macros-------------------------------------------------------------*/
+/*Command Line Options*/
+
/*The possible short options*/
#define OPT_CACHE_SIZE 'c'
/*---------------------------------------------------------------------------*/