oping.h | oping.h | |||
---|---|---|---|---|
skipping to change at line 44 | skipping to change at line 44 | |||
# include <sys/types.h> | # include <sys/types.h> | |||
#endif | #endif | |||
#if HAVE_SYS_SOCKET_H | #if HAVE_SYS_SOCKET_H | |||
# include <sys/socket.h> | # include <sys/socket.h> | |||
#endif | #endif | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
#define OPING_VERSION 1001001 | #define OPING_VERSION 1001002 | |||
/* | /* | |||
* Type definitions | * Type definitions | |||
*/ | */ | |||
struct pinghost; | struct pinghost; | |||
typedef struct pinghost pinghost_t; | typedef struct pinghost pinghost_t; | |||
typedef pinghost_t pingobj_iter_t; | typedef pinghost_t pingobj_iter_t; | |||
struct pingobj; | struct pingobj; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||