Codebase list gpa / upstream/0.10.0+git20210415.1.77a0693 src / format-dn.h
upstream/0.10.0+git20210415.1.77a0693

Tree @upstream/0.10.0+git20210415.1.77a0693 (Download .tar.gz)

format-dn.h @upstream/0.10.0+git20210415.1.77a0693raw · history · blame

/* format-dn.h  -  Functions to format an ASN.1 Distinguished Name.
 * Copyright (C) 2009 g10 Code GmbH.
 *
 * This file is part of GPA.
 *
 * GPA is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * GPA is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
 * License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 */

#ifndef FORMAT_DN_H
#define FORMAT_DN_H

char *gpa_format_dn (const char *name);

#endif /*FORMAT_DN_H*/