vss: Avoid use after free in vss_send().
[paraslash.git] / m4 / gengetopt / audioc.m4
1 args "--unamed-opts=command --conf-parser --no-handle-version --no-handle-help"
2
3 purpose "Communicate with para_audiod through a local socket"
4
5 include(header.m4)
6 <qu>
7 option "socket" s
8 #~~~~~~~~~~~~~~~~
9 "well-known socket (default=/var/paraslash/audiod.socket.$HOSTNAME)"
10         string typestr="filename"
11         optional
12
13
14 option "bufsize" b
15 #~~~~~~~~~~~~~~~~~
16 "size of internal buffer"
17         int typestr="bytes"
18         default="8192"
19         optional
20 </qu>
21
22 define(CURRENT_PROGRAM,para_audioc)
23 define(DEFAULT_HISTORY_FILE,~/.paraslash/audioc.history)
24 include(loglevel.m4)
25 include(history_file.m4)
26 include(complete.m4)