summaryrefslogtreecommitdiff
path: root/gsmdecode/src/id_list.h
blob: 44936870714495561afcb3cad2be566875e1f615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#ifndef __GSMSP_ID_LIST_H__
#define __GSMSP_ID_LIST_H__ 1

struct _id_list
{
	int id;
	const char *string;
};

const char *id_list_get(struct _id_list *id_list, int id);

#endif /* !__GSMSP_COMMON_H__ */


personal git repositories of Harald Welte. Your mileage may vary