diff options
Diffstat (limited to 'usr/src/lib/nsswitch/files/common/files_common.h')
-rw-r--r-- | usr/src/lib/nsswitch/files/common/files_common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/lib/nsswitch/files/common/files_common.h b/usr/src/lib/nsswitch/files/common/files_common.h index 2138d7180e..b08a666eb6 100644 --- a/usr/src/lib/nsswitch/files/common/files_common.h +++ b/usr/src/lib/nsswitch/files/common/files_common.h @@ -23,6 +23,9 @@ * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ +/* + * Copyright (c) 2017, Joyent, INc. + */ /* * Common code and structures used by name-service-switch "files" backends. @@ -140,6 +143,11 @@ extern int validate_group_ids(char *line, int *linelenp, int buflen, extern int validate_passwd_ids(char *line, int *linelenp, int buflen, int extra_chars); +/* + * Destructors used by different bits. + */ +extern void getexecattr_fini(void); + #ifdef __cplusplus } #endif |