summaryrefslogtreecommitdiff
path: root/gnome-about/contributors.h
blob: dfa6e85c27a97c0079ebd0515fa1bcccc4c9156f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CONTRIBUTORS_H
#define CONTRIBUTORS_H

G_BEGIN_DECLS

const char *contributors_get (int i);
void        contributors_free (void);
void        contributors_init (void);

G_END_DECLS

#endif /* CONTRIBUTORS_H */