summaryrefslogtreecommitdiff
path: root/gssm/src/lib/gssm_state.h
blob: 44400a2912ad2275d83a3224cf98cbdf4468f52b (plain)
1
2
3
4
5
6
7
8
9
// $Id: gssm_state.h,v 1.1.1.1 2007-06-01 04:26:57 jl Exp $

#pragma once

typedef enum {
	state_fc,
	state_s,
	state_data
} gssm_state_t;
personal git repositories of Harald Welte. Your mileage may vary