summaryrefslogtreecommitdiff
path: root/src/gsmd/unsolicited.h
blob: 4cc5bb59fdce8b15574227cf842993828386fbfe (plain)
1
2
3
4
5
6
7
8
#ifndef __GSMD_UNSOLICITED_H
#define __GSMD_UNSOLICITED_H

#include "gsmd.h"

int unsolicited_parse(struct gsmd *g, const char *buf, int len, const char *param);

#endif
personal git repositories of Harald Welte. Your mileage may vary