Minor fixes for C/C++ inter-operation.

This commit is contained in:
waltje
2017-10-16 04:54:41 -04:00
parent c225724b40
commit 3572f7a34d
12 changed files with 87 additions and 52 deletions

View File

@@ -8,7 +8,7 @@
*
* Definitions for the network module.
*
* Version: @(#)network.h 1.0.7 2017/06/03
* Version: @(#)network.h 1.0.8 2017/10/15
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
*/
@@ -35,7 +35,7 @@ typedef struct {
char name[64];
char internal_name[32];
device_t *device;
void *private;
void *priv;
int (*poll)(void *);
NETRXCB rx;
} netcard_t;