mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
9 lines
165 B
C
9 lines
165 B
C
|
#ifndef __NATPMP_BINDING_H__
|
||
|
#define __NATPMP_BINDING_H__
|
||
|
|
||
|
#include "natpmp.h"
|
||
|
|
||
|
int readNatResponseSynchronously(natpmp_t* natpmp, natpmpresp_t * response);
|
||
|
|
||
|
#endif
|