shared context and rename config filer
This commit is contained in:
+2
-5
@@ -3,10 +3,7 @@
|
||||
#ifndef SHARED_H
|
||||
#define SHARED_H
|
||||
|
||||
SharedUint *shared_init_uint(const char *key, unsigned int initial_value);
|
||||
void shared_close_uint(SharedUint *shared);
|
||||
|
||||
SharedBool *shared_init_bool(const char *key, bool initial_value);
|
||||
void shared_close_bool(SharedBool *shared);
|
||||
SharedContext *shared_init_context(const char *key);
|
||||
void shared_close_context(SharedContext *shared);
|
||||
|
||||
#endif /* SHARED_H */
|
||||
Reference in New Issue
Block a user