Changeset 41284 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Feb 24, 2020, 3:51:43 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r41164 r41284 115 115 int queuesubstr PROTO((int, char **)); 116 116 int queuesize PROTO((int, char **)); 117 int queue2book PROTO((int, char **)); 117 118 int rd PROTO((int, char **)); 118 119 int rdseg PROTO((int, char **)); … … 314 315 {1, "queuesize", queuesize, "show queue size"}, 315 316 {1, "queuesubstr", queuesubstr, "bulk replace strings in queue"}, 317 {1, "queue2book", queue2book, "convert queue with ipptool output to book"}, 318 {1, "ipptool2book", queue2book, "convert queue with ipptool output to book"}, 316 319 {1, "rd", rd, "load fits image"}, 317 320 {1, "rdseg", rdseg, "read a segment of an image from a file"},
Note:
See TracChangeset
for help on using the changeset viewer.
