mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
15 lines
168 B
C
15 lines
168 B
C
|
#ifndef LLARP_IBFQ_H_
|
||
|
#define LLARP_IBFQ_H_
|
||
|
#include <llarp/buffer.h>
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|