- Timestamp:
- 09/01/09 23:00:20 (3 years ago)
- Children:
- 88ffe015e616908468580c5eb2be45cc86c04cd6
- Parents:
- b247e81bb738358fef900aca1844e43f556c8e88
- git-committer:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-09-01T16:00:20Z-0700
- Files:
-
- 1 modified
-
com32/gplinclude/disk/error.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/gplinclude/disk/error.h
rd93474 r196e20 10 10 #ifndef _ERROR_H_ 11 11 #define _ERROR_H_ 12 void get_error( void*);13 #endif /* _ UTIL_H_ */12 void get_error(const char*); 13 #endif /* _ERROR_H_ */
