Concord - C Discord API library
A Discord API wrapper library written in C
concord-once.h
Go to the documentation of this file.
1
7#ifndef CONCORD_ONCE_H
8
11
21
28
31
32#endif /* CONCORD_ONCE_H */
int ccord_shutting_down()
Whether or not concord is currently shutting down.
CCORDcode ccord_global_init()
Initialize global shared-resources not API-specific.
void ccord_global_cleanup()
Cleanup global shared-resources.
void ccord_shutdown_async()
Asynchronously shutdown all client(s) from their on-going sessions.
CCORDcode
Definition: error.h:12