Skip to content
Snippets Groups Projects
Commit 7b991d9a authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove #ifdef __cplusplus

C headers don't need C++ stuff.
parent 907db1f5
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
#ifndef SFTP_SFTP_H
#define SFTP_SFTP_H
#ifdef __cplusplus
extern "C" {
#endif
#include <eventwrap.h>
#include <inttypes.h>
#include <stdbool.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment