pg: ->disconnect() and docs
This commit is contained in:
parent
171afc0268
commit
96aee880ce
3 changed files with 152 additions and 3 deletions
4
FU.xs
4
FU.xs
|
|
@ -117,6 +117,10 @@ void q(fupg_conn *c, SV *sv, ...)
|
|||
FUPG_CONN_COOKIE;
|
||||
ST(0) = fupg_q(aTHX_ c, SvPVutf8_nolen(sv), ax, items);
|
||||
|
||||
void disconnect(fupg_conn *c)
|
||||
CODE:
|
||||
fupg_disconnect(c);
|
||||
|
||||
void DESTROY(fupg_conn *c)
|
||||
CODE:
|
||||
fupg_destroy(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue