midway through refactor, ft done (?)
This commit is contained in:
13
ngc_hs1.h
13
ngc_hs1.h
@@ -9,7 +9,8 @@
|
||||
|
||||
#include <tox/tox.h>
|
||||
|
||||
#include "ngc_ext_common.h"
|
||||
#include "../tox_ngc_ext/ngc_ext.h"
|
||||
#include "./ngc_ft1.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -39,10 +40,12 @@ struct NGC_HS1_options {
|
||||
|
||||
// ========== init / kill ==========
|
||||
// (see tox api)
|
||||
//NGC_HS1* NGC_HS1_new(const struct NGC_HS1_options* options);
|
||||
bool NGC_HS1_init(NGC_EXT_CTX* ngc_ext_ctx, const struct NGC_HS1_options* options);
|
||||
//void NGC_HS1_kill(NGC_HS1* ngc_hs1_ctx);
|
||||
void NGC_HS1_kill(NGC_EXT_CTX* ngc_ext_ctx);
|
||||
NGC_HS1* NGC_HS1_new(const struct NGC_HS1_options* options);
|
||||
bool NGC_HS1_register_ext(NGC_HS1* ngc_hs1_ctx, NGC_EXT_CTX* ngc_ext_ctx);
|
||||
bool NGC_HS1_register_ft1(NGC_HS1* ngc_hs1_ctx, NGC_FT1* ngc_ft1_ctx);
|
||||
//bool NGC_HS1_init(NGC_EXT_CTX* ngc_ext_ctx, const struct NGC_HS1_options* options);
|
||||
void NGC_HS1_kill(NGC_HS1* ngc_hs1_ctx);
|
||||
//void NGC_HS1_kill(NGC_EXT_CTX* ngc_ext_ctx);
|
||||
|
||||
// ========== iterate ==========
|
||||
void NGC_HS1_iterate(Tox *tox, NGC_EXT_CTX* ngc_ext_ctx/*, void *user_data*/);
|
||||
|
||||
Reference in New Issue
Block a user