// Copyright (c) 2003-2014, LogMeIn, Inc. All rights reserved. // This is part of Xively C library, it is under the BSD 3-Clause license. #ifndef __XI_STATED_CSV_DECODE_VALUE_STATE_H__ #define __XI_STATED_CSV_DECODE_VALUE_STATE_H__ #ifdef __cplusplus extern "C" { #endif typedef struct { short state; short counter; } xi_stated_csv_decode_value_state_t; #ifdef __cplusplus } #endif #endif // __XI_STATED_CSV_DECODE_VALUE_STATE_H__