From 02868d641588210bb3a70616830173495caf25fa Mon Sep 17 00:00:00 2001 From: HEBERT Alain Date: Mon, 29 Dec 2025 09:00:16 -0500 Subject: Resolve "Implement xsmdel in XSM file API" --- Ganlib/src/xsm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Ganlib/src/xsm.h') diff --git a/Ganlib/src/xsm.h b/Ganlib/src/xsm.h index 234dc1a..38110fc 100644 --- a/Ganlib/src/xsm.h +++ b/Ganlib/src/xsm.h @@ -65,6 +65,7 @@ typedef struct Db2{ /* xsmiof database handle */ void xsmop_c(xsm **, char *, int_32, int_32); void xsmput_c(xsm **, const char *, int_32, int_32, int_32 *); void xsmget_c(xsm **, const char *, int_32 *); +void xsmdel_c(xsm **, const char *); void xsmcl_c(xsm **, int_32); void xsmnxt_c(xsm **, char *); void xsmlen_c(xsm **, const char *, int_32 *, int_32 *); -- cgit v1.2.3