Changeset 4120
- Timestamp:
- Jun 6, 2005, 11:18:58 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/test.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/test.c
r3051 r4120 7 7 char *URI; 8 8 int fh; 9 int n; 10 char **foo; 9 11 10 12 idataServerInit(&server); … … 26 28 } 27 29 30 n = idataFindInstances(&server, argv[1], NULL, &foo); 31 printf( "found %d instances\n", n ); 32 28 33 idataServerCleanup(&server); 29 34
Note:
See TracChangeset
for help on using the changeset viewer.
