mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
20 lines
259 B
C
20 lines
259 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 */
|