summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-07-14 17:07:21 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-07-14 17:07:21 +1000
commit8e2eb308d09f6bbf5c66c029090c527bc9346db8 (patch)
tree9ac9b34294eff11ba7ef2a99a1ad80bdc8a3305a /misc.h
parent6c71d20d7689bf2c9c22f39b2355de8db975b586 (diff)
- dtucker@cvs.openbsd.org 2005/07/14 04:00:43
[misc.h] use __sentinel__ attribute; ok deraadt@ djm@ markus@
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc.h b/misc.h
index 92848b28e..2d630feb5 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: misc.h,v 1.24 2005/07/04 00:58:43 djm Exp $ */ 1/* $OpenBSD: misc.h,v 1.25 2005/07/14 04:00:43 dtucker Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -25,7 +25,7 @@ char *cleanhostname(char *);
25char *colon(char *); 25char *colon(char *);
26long convtime(const char *); 26long convtime(const char *);
27char *tilde_expand_filename(const char *, uid_t); 27char *tilde_expand_filename(const char *, uid_t);
28char *percent_expand(const char *, ...) __attribute__((sentinel)); 28char *percent_expand(const char *, ...) __attribute__((__sentinel__));
29char *tohex(const u_char *, u_int); 29char *tohex(const u_char *, u_int);
30 30
31struct passwd *pwcopy(struct passwd *); 31struct passwd *pwcopy(struct passwd *);