Changeset 4657 for trunk/Nebulous/nebclient
- Timestamp:
- Jul 28, 2005, 3:49:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.h
r4649 r4657 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1.2 4 2005-07-28 23:32:57jhoblitt Exp $6 * $Id: nebclient.h,v 1.25 2005-07-29 01:49:30 jhoblitt Exp $ 7 7 */ 8 8 … … 11 11 #ifndef NEBCLIENT_H 12 12 #define NEBCLIENT_H 1 13 14 #ifdef __cplusplus 15 extern "C" { 16 #endif 13 17 14 18 typedef enum { NEB_READ, NEB_WRITE } nebRW; … … 73 77 void nebFree(void *ptr); 74 78 79 #ifdef __cplusplus 80 } 81 #endif 82 75 83 #endif // NEBLIENT_H
Note:
See TracChangeset
for help on using the changeset viewer.
