aboutsummaryrefslogtreecommitdiff
path: root/contrib/pam_modules/pam_passwdqc/concat.h
blob: a79b4bbc3b126b354f77a7133fc561276a9e24e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (c) 2009 by Dmitry V. Levin.  See LICENSE.
 */

#ifndef CONCAT_H__
#define CONCAT_H__

extern char *concat(const char *, ...);

#endif /* CONCAT_H__ */