- Timestamp:
- 09/07/09 23:23:48 (3 years ago)
- Children:
- 57c8555003f53800da1bb93a765d80678ae230ae
- Parents:
- e9069caefc1460ec7f4d058796005474c125fc61, 39758675d88eb2b0d5c64239aa5d47df61e4d106
- git-committer:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-09-07T16:23:48Z-0700
- Files:
-
- 1 modified
-
com32/hdt/hdt-common.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt-common.h
re9069c r47ac91 48 48 #include "../lib/sys/vesa/vesa.h" 49 49 #include <vpd/vpd.h> 50 #include <libansi.h> 50 51 51 52 /* Declare a variable or data structure as unused. */ … … 162 163 const char *find_argument(const char **argv, const char *argument); 163 164 char *remove_spaces(char *p); 165 char *remove_trailing_lf(char *p); 164 166 char *skip_spaces(char *p); 165 167 char *del_multi_spaces(char *p);
