view include/strgen.h @ 905:959ce1b9d78c BRANCH_1_2_19

Added tag RELEASE_1_2_19_0 for changeset b202ed626645
author Ben Schmidt
date Tue, 26 May 2015 07:34:51 +1000
parents 436eea81bc20
children
line wrap: on
line source

/* Copyright (C) 2002, 2003 Mads Martin Joergensen <mmj at mmj.dk>
 *
 * $Id$
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to
 * deal in the Software without restriction, including without limitation the
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 * sell copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 * IN THE SOFTWARE.
 */

#ifndef STRGEN_H
#define STRGEN_H

char *random_str(void);
char *random_plus_addr(const char *addr);
char *headerstr(const char *headertoken, const char *str);
char *genlistname(const char *listaddr);
char *genlistfqdn(const char *listaddr);
char *concatstr(int count, ...);
char *hostnamestr(void);
char *mydirname(const char *path);
char *mybasename(const char *path);
char *cleanquotedp(const char *qpstr);
char *genmsgid(const char *fqdn);
char *gendatestr(void);

#endif /* STRGEN_H */