mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +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
|