summaryrefslogtreecommitdiff
path: root/mimetypes/mtint.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-01-07 19:33:56 +0100
committerSergey Poznyakoff <gray@gnu.org.ua>2018-01-07 19:33:56 +0100
commit8c68d2a748ce641209d4e4a142a14ca2b0477c5a (patch)
tree50abf32d61d790263817f3e563f27f62d61c437a /mimetypes/mtint.h
parent14ec080ad440a76234a89f8d8a058eac6d3fe4eb (diff)
downloadfileserv-8c68d2a748ce641209d4e4a142a14ca2b0477c5a.tar.gz
fileserv-8c68d2a748ce641209d4e4a142a14ca2b0477c5a.tar.bz2
Uniformly handle out of memory conditions
Diffstat (limited to 'mimetypes/mtint.h')
-rw-r--r--mimetypes/mtint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mimetypes/mtint.h b/mimetypes/mtint.h
index 0458e4d..a3324d1 100644
--- a/mimetypes/mtint.h
+++ b/mimetypes/mtint.h
@@ -157,6 +157,7 @@ ssize_t mimetypes_error_format (char **pbuf, size_t *psize,
void mimetypes_error_at (struct locus_range const *lr, char const *fmt, ...);
void mimetypes_error (char const *fmt, ...);
void print_locus_range (FILE *fp, struct locus_range const *lr);
+void mimetypes_nomem (void);
int mimetypes_open (const char *name);
void mimetypes_close (void);

Return to:

Send suggestions and report system problems to the System administrator.