removed init/deinit function declarations
This commit is contained in:
parent
912d9a296a
commit
fd6320db9e
|
@ -54,10 +54,6 @@ PSL_BEGIN_DECLS
|
|||
|
||||
typedef struct _psl_ctx_st psl_ctx_t;
|
||||
|
||||
int
|
||||
psl_global_init(void);
|
||||
void
|
||||
psl_global_deinit(void);
|
||||
void
|
||||
psl_free(psl_ctx_t **psl);
|
||||
psl_ctx_t *
|
||||
|
|
Loading…
Reference in New Issue