Changeset 42456 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Apr 21, 2023, 4:41:05 PM (3 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
r42389 r42456 122 122 int queueprint PROTO((int, char **)); 123 123 int queuepush PROTO((int, char **)); 124 int queuesave PROTO((int, char **)); 124 125 int queuesubstr PROTO((int, char **)); 125 126 int queuesize PROTO((int, char **)); … … 333 334 {1, "queueprint", queueprint, "print the contents of a queue"}, 334 335 {1, "queuepush", queuepush, "push value onto queue"}, 336 {1, "queuesave", queuesave, "save the contents of a queue in a filex"}, 335 337 {1, "queuesize", queuesize, "show queue size"}, 336 338 {1, "queuesubstr", queuesubstr, "bulk replace strings in queue"},
Note:
See TracChangeset
for help on using the changeset viewer.
