Changeset 468 for trunk/openmct/packages/system/owi/src/includes/file.h
- Timestamp:
- 10/03/07 16:43:01 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/system/owi/src/includes/file.h
r428 r468 16 16 int file_get_pad(char *string, char *match); 17 17 int proc_open(char *command); 18 char *proc_read_line(char *command, int index); 19 char *file_read_line(char *file, int index); 18 20 19 21 extern int file_line_counter;
