summaryrefslogtreecommitdiff
path: root/liblangtag/lt-grandfathered-private.h
blob: 7cb8a230d8f408562f6a94648a8d859f1ddbdd0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* 
 * lt-grandfathered-private.h
 * Copyright (C) 2011-2012 Akira TAGOH
 * 
 * Authors:
 *   Akira TAGOH  <akira@tagoh.org>
 * 
 * You may distribute under the terms of either the GNU
 * Lesser General Public License or the Mozilla Public
 * License, as specified in the README file.
 */
#ifndef __LT_GRANDFATHERED_PRIVATE_H__
#define __LT_GRANDFATHERED_PRIVATE_H__

#include "lt-macros.h"
#include "lt-grandfathered.h"

LT_BEGIN_DECLS

lt_grandfathered_t *lt_grandfathered_create           (void);
void                lt_grandfathered_set_tag          (lt_grandfathered_t *grandfathered,
                                                       const char         *subtag);
void                lt_grandfathered_set_name         (lt_grandfathered_t *grandfathered,
                                                       const char         *description);
void                lt_grandfathered_set_preferred_tag(lt_grandfathered_t *grandfathered,
                                                       const char         *subtag);

LT_END_DECLS

#endif /* __LT_GRANDFATHERED_PRIVATE_H__ */