mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +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
|