Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e3c5380 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Use extern "C" instead of __BEGIN_DECLS"

parents ad08ac99 acd23e19
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -15,7 +15,9 @@
 */
#pragma once

__BEGIN_DECLS
#if defined(__cplusplus)
extern "C" {
#endif

struct tipc_hset;

@@ -26,4 +28,6 @@ int tipc_run_event_loop(struct tipc_hset*) {
    return 0;
}

__END_DECLS
#if defined(__cplusplus)
}
#endif