summaryrefslogtreecommitdiff
path: root/endless/eosinit-private.h
blob: d242d5ea190ed45c24f2ca52b16e8e048863149b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright 2013 Endless Mobile, Inc. */

#ifndef EOS_INIT_PRIVATE_H
#define EOS_INIT_PRIVATE_H

#include <glib.h>

G_BEGIN_DECLS

gboolean eos_is_inited (void);

G_END_DECLS

#endif /* EOS_INIT_PRIVATE_H */