Changeset 4647 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Jul 28, 2005, 11:56:34 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.h
r4646 r4647 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1.2 2 2005-07-28 21:55:52jhoblitt Exp $6 * $Id: nebclient.h,v 1.23 2005-07-28 21:56:34 jhoblitt Exp $ 7 7 */ 8 8 9 9 #include <stdbool.h> 10 #include "soapH.h"11 10 12 11 #ifndef NEBCLIENT_H … … 16 15 17 16 typedef struct { 18 struct soap*soap;17 void *soap; 19 18 char *err_buf; 20 19 size_t err_buf_size;
Note:
See TracChangeset
for help on using the changeset viewer.
