12 lines
240 B
C
12 lines
240 B
C
|
|
/*
|
||
|
|
* NNG REP protocol stub header for KiCad WASM build
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef NNG_PROTOCOL_REQREP0_REP_H
|
||
|
|
#define NNG_PROTOCOL_REQREP0_REP_H
|
||
|
|
|
||
|
|
#include "../../nng.h"
|
||
|
|
|
||
|
|
// nng_rep0_open is already declared in nng.h
|
||
|
|
|
||
|
|
#endif // NNG_PROTOCOL_REQREP0_REP_H
|