aboutsummaryrefslogtreecommitdiff
path: root/src/guile-sql.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guile-sql.h')
-rw-r--r--src/guile-sql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile-sql.h b/src/guile-sql.h
index 926aa74..f656fd4 100644
--- a/src/guile-sql.h
+++ b/src/guile-sql.h
@@ -41,3 +41,3 @@ struct sql_iface {
SCM (*mark) (struct sql_connect *);
- scm_sizet (*free) (struct sql_connect *);
+ size_t (*free) (struct sql_connect *);
SCM (*connect) (SCM parmlist, const char *func_name);

Return to:

Send suggestions and report system problems to the System administrator.