aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wydawca.h')
-rw-r--r--src/wydawca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wydawca.h b/src/wydawca.h
index ef1ff86..2307bad 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -558,13 +558,13 @@ char *getcwd_alloc (void);
struct txtacc *txtacc_create (void);
void txtacc_free (struct txtacc *acc);
void txtacc_free_string (struct txtacc *acc, char *str);
void txtacc_grow (struct txtacc *acc, const char *buf, size_t size);
#define txtacc_1grow(acc, c) \
do \
{ \
char __ch = c; \
txtacc_grow (acc, &__ch, 1); \
} \
while (0)
-char *txtacc_finish (struct txtacc *acc);
+char *txtacc_finish (struct txtacc *acc, int steal);

Return to:

Send suggestions and report system problems to the System administrator.