Skip to content

Commit

Permalink
Remove extern "C" warpper around all functions in librawstudio/rawstu…
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomb2 committed May 23, 2021
1 parent 846f8fc commit bb38271
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions librawstudio/rawstudio.h
Expand Up @@ -20,10 +20,6 @@
#ifndef RAWSTUDIO_H
#define RAWSTUDIO_H

#ifdef __cplusplus
extern "C" {
#endif

#include <sys/types.h>
#include "rs-types.h"

Expand Down Expand Up @@ -78,8 +74,4 @@ extern "C" {

#include "x86-cpu.h"

#ifdef __cplusplus
} /* extern "c" */
#endif

#endif /* RAWSTUDIO_H */

0 comments on commit bb38271

Please sign in to comment.