Changeset 31635 for trunk/Ohana/src/opihi/cmd.data
- Timestamp:
- Jun 16, 2011, 11:18:00 AM (15 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/Makefile
r31450 r31635 155 155 $(INC)/shell.h \ 156 156 $(INC)/dvomath.h \ 157 $(INC)/convert.h \158 157 $(INC)/display.h 159 158 -
trunk/Ohana/src/opihi/cmd.data/cursor.c
r13479 r31635 20 20 remove_argument (N, &argc, argv); 21 21 } 22 if (!GetGraph Data (NULL, &kapa, name)) return (FALSE);22 if (!GetGraphdata (NULL, &kapa, name)) return (FALSE); 23 23 FREE (name); 24 24 -
trunk/Ohana/src/opihi/cmd.data/ps.c
r14590 r31635 56 56 57 57 // get the connection to kapa, false if none available 58 if (!GetGraph Data (NULL, &kapa, name)) return (FALSE);58 if (!GetGraphdata (NULL, &kapa, name)) return (FALSE); 59 59 FREE (name); 60 60
Note:
See TracChangeset
for help on using the changeset viewer.
