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