Changeset 13615 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Jun 4, 2007, 11:23:37 AM (19 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
r13479 r13615 18 18 int cut PROTO((int, char **)); 19 19 int datafile PROTO((int, char **)); 20 int dbconnect PROTO((int, char **)); 21 int dbselect PROTO((int, char **)); 20 22 int delete PROTO((int, char **)); 21 23 int device PROTO((int, char **)); … … 132 134 {"cut", cut, "extract a cut across an image"}, 133 135 {"datafile", datafile, "define file to read vectors"}, 136 {"dbconnect", dbconnect, "setup mysql db connection"}, 137 {"dbselect", dbselect, "extract vectors from mysql database table"}, 134 138 {"delete", delete, "delete vectors or matrices"}, 135 139 {"device", device, "set / get current graphics device"},
Note:
See TracChangeset
for help on using the changeset viewer.
