summaryrefslogtreecommitdiff
path: root/lib/prototypes.h
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2022-11-10 16:24:14 +0100
committerBalint Reczey <balint@balintreczey.hu>2022-11-10 16:24:14 +0100
commite4bc4e00d3dfaa757acf6573fa88af229ca7a0ec (patch)
treefd4840421820637848a9282adafb67c7a8dfb727 /lib/prototypes.h
parentf17d14fa1d2cf42b747ee17f5b16ebb9ebee1c5a (diff)
parent3987cc788047570ecf10707dfc8958780d85c73c (diff)
downloadshadow-e4bc4e00d3dfaa757acf6573fa88af229ca7a0ec.tar.gz
Update upstream source from tag 'upstream/4.13+dfsg1'
Update to upstream version '4.13+dfsg1' with Debian dir 6bdb48f7b167b4b8af033e28bcd3ee281ccb9b99
Diffstat (limited to 'lib/prototypes.h')
-rw-r--r--lib/prototypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/prototypes.h b/lib/prototypes.h
index bd832f49..1172b5d7 100644
--- a/lib/prototypes.h
+++ b/lib/prototypes.h
@@ -483,7 +483,6 @@ extern bool valid (const char *, const struct passwd *);
extern /*@maynotreturn@*/ /*@only@*//*@out@*//*@notnull@*/void *xmalloc (size_t size)
/*@ensures MaxSet(result) == (size - 1); @*/;
extern /*@maynotreturn@*/ /*@only@*//*@notnull@*/char *xstrdup (const char *);
-extern void xfree(void *ap);
/* xgetpwnam.c */
extern /*@null@*/ /*@only@*/struct passwd *xgetpwnam (const char *);