Libkleo

oidmap.h
1/*
2 oidmap.h
3
4 This file is part of libkleo, the KDE keymanagement library
5 SPDX-FileCopyrightText: 2004 Klarälvdalens Datakonsult AB
6 SPDX-FileCopyrightText: 2008 Klarälvdalens Datakonsult AB
7 SPDX-FileCopyrightText: 2022 Ingo Klöcker <kloecker@kde.org>
8
9 SPDX-License-Identifier: GPL-2.0-or-later
10*/
11
12#pragma once
13
14#include "kleo_export.h"
15
16class QString;
17
18namespace Kleo
19{
20
21KLEO_EXPORT const char *oidForAttributeName(const QString &attr);
22
23KLEO_EXPORT const char *attributeNameForOID(const char *oid);
24
25}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:12 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.