mirror of
https://github.com/faye/websocket-driver-ruby.git
synced 2025-11-01 13:59:38 +00:00
9 lines
109 B
C
9 lines
109 B
C
#ifndef _wsd_util_h
|
|
#define _wsd_util_h
|
|
|
|
#define wsd_clear_pointer(D, P) \
|
|
D(P); \
|
|
P = NULL;
|
|
|
|
#endif
|