diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2023-11-03 17:37:48 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2023-11-03 17:37:48 +0000 |
commit | e4fe068d29c902225fa3733db09af214cbfb3c02 (patch) | |
tree | f8f9cbff2b52e2e05c2e8e64aea2fc3210583273 /contrib/pam_modules/pam_passwdqc/concat.h | |
parent | 00d65bdc4b6c36b0692588d71ca18ff080826a75 (diff) |
Diffstat (limited to 'contrib/pam_modules/pam_passwdqc/concat.h')
-rw-r--r-- | contrib/pam_modules/pam_passwdqc/concat.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/pam_modules/pam_passwdqc/concat.h b/contrib/pam_modules/pam_passwdqc/concat.h new file mode 100644 index 000000000000..a79b4bbc3b12 --- /dev/null +++ b/contrib/pam_modules/pam_passwdqc/concat.h @@ -0,0 +1,10 @@ +/* + * Copyright (c) 2009 by Dmitry V. Levin. See LICENSE. + */ + +#ifndef CONCAT_H__ +#define CONCAT_H__ + +extern char *concat(const char *, ...); + +#endif /* CONCAT_H__ */ |