notify: Add service state notifiers
[framework/connectivity/connman.git] / include / types.h
index af2a81b..70aff9e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007-2009  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2007-2010  Intel Corporation. All rights reserved.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as
@@ -36,6 +36,7 @@ extern "C" {
 
 typedef int            connman_bool_t;
 typedef unsigned char  connman_uint8_t;
+typedef unsigned short connman_uint16_t;
 
 #ifdef __cplusplus
 }