Worked on the manual.
Implemented stuffing (needs test) Added cddb and qp examples.
This commit is contained in:
parent
f67864f86c
commit
0b2542d1a6
37 changed files with 649 additions and 332 deletions
|
@ -16,7 +16,7 @@ typedef struct t_tm_ {
|
|||
} t_tm;
|
||||
typedef t_tm *p_tm;
|
||||
|
||||
void tm_open(lua_State *L);
|
||||
int tm_open(lua_State *L);
|
||||
void tm_init(p_tm tm, int block, int total);
|
||||
int tm_get(p_tm tm);
|
||||
int tm_getretry(p_tm tm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue