aboutsummaryrefslogtreecommitdiffstats
path: root/liberror.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-13 20:41:54 +0200
committerMattias Andrée <maandree@kth.se>2019-04-13 20:41:54 +0200
commit57bfbe4a09a898f11da686646164d3fdf3875123 (patch)
treef4bf860bbef8ab681f0c0857316af4b7951d7c37 /liberror.h
parentm (diff)
downloadliberror-57bfbe4a09a898f11da686646164d3fdf3875123.tar.gz
liberror-57bfbe4a09a898f11da686646164d3fdf3875123.tar.bz2
liberror-57bfbe4a09a898f11da686646164d3fdf3875123.tar.xz
And man pages for the function, and add print function to user specifiec error details
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'liberror.h')
-rw-r--r--liberror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/liberror.h b/liberror.h
index 7b5176a..f4b2b41 100644
--- a/liberror.h
+++ b/liberror.h
@@ -35,6 +35,7 @@ union liberror_details {
void *data;
void (*free_data)(void *);
void *(*copy_data)(void *);
+ void (*print_data)(void *, FILE *, const char *);
} user;
/**