mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-07 15:20:31 +00:00
19 lines
231 B
C
19 lines
231 B
C
#ifndef ladder_H
|
|
#define ladder_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "fe.h"
|
|
#include "ladder_namespace.h"
|
|
|
|
extern void ladder(fe *, const unsigned char *);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* ifndef ladder_H */
|
|
|