summaryrefslogtreecommitdiff
path: root/nsmux.c
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 /nsmux.c
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 'nsmux.c')
-rw-r--r--nsmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nsmux.c b/nsmux.c
index a1767d357..2400185d7 100644
--- a/nsmux.c
+++ b/nsmux.c
@@ -1586,3 +1586,4 @@ int main (int argc, char **argv)
} /*main */
/*---------------------------------------------------------------------------*/
+