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 /nsmux.c | |
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 'nsmux.c')
-rw-r--r-- | nsmux.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1586,3 +1586,4 @@ int main (int argc, char **argv) } /*main */ /*---------------------------------------------------------------------------*/ + |