Commit c5a4be04 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Clarify a fine point in the VAV api.

parent 9f5dc5cc
......@@ -31,6 +31,8 @@
* const char **VAV_Parse(const char *s, int *argc, int flag)
* Parse a command like line into an argv[]
* Index zero contains NULL or an error message
* (The error message is a static const char* and does not
* need saving or copying.)
* "double quotes" and backslash substitution is handled.
*
* void VAV_Free(const char **argv)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment