diff options
author | Sergiu Ivanov <unlimitedscolobb@gmail.com> | 2009-01-22 21:16:49 +0200 |
---|---|---|
committer | Sergiu Ivanov <unlimitedscolobb@gmail.com> | 2009-01-22 21:16:49 +0200 |
commit | 65360480a9540e3ed6cfdbc42a3a66c8b08b73dc (patch) | |
tree | b34379878c363aaf6a40d9a6510c48ed0ba2ed50 /options.h | |
parent | 439bd02eb00358b50e2d5123ae27e839d8f1a8a6 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ /*---------------------------------------------------------------------------*/ /*--------Macros-------------------------------------------------------------*/ +/*Command Line Options*/ + /*The possible short options*/ #define OPT_CACHE_SIZE 'c' /*---------------------------------------------------------------------------*/ |