aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/grecs/txtacc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grecs/txtacc.h b/include/grecs/txtacc.h
index d6dc1c4..60bdd31 100644
--- a/include/grecs/txtacc.h
+++ b/include/grecs/txtacc.h
@@ -32,5 +32,6 @@ void grecs_txtacc_grow_string_escape(grecs_txtacc_t, const char *);
} while (0)
char *grecs_txtacc_finish(grecs_txtacc_t, int);
void grecs_txtacc_free_string(grecs_txtacc_t, char *);
+void grecs_txtacc_clear(struct grecs_txtacc *acc);
#endif

Return to:

Send suggestions and report system problems to the System administrator.