libsysprof-capture: Replace G_BEGIN_DECLS with SYSPROF_BEGIN_DECLS

It does the same job, but doesn’t require GLib.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #40
This commit is contained in:
Philip Withnall
2020-07-01 16:39:06 +01:00
parent 8e28ac6e81
commit 41ec04ea99
13 changed files with 99 additions and 24 deletions

View File

@ -60,9 +60,10 @@
#include <stdint.h>
#include <time.h>
#include "sysprof-macros.h"
#include "sysprof-version-macros.h"
G_BEGIN_DECLS
SYSPROF_BEGIN_DECLS
typedef int SysprofClock;
typedef int64_t SysprofTimeStamp;
@ -95,4 +96,4 @@ sysprof_clock_get_relative_time (SysprofTimeStamp epoch)
SYSPROF_AVAILABLE_IN_ALL
void sysprof_clock_init (void);
G_END_DECLS
SYSPROF_END_DECLS