aboutsummaryrefslogtreecommitdiff
path: root/gps/utils/linked_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps/utils/linked_list.h')
-rw-r--r--gps/utils/linked_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gps/utils/linked_list.h b/gps/utils/linked_list.h
index a85f09a..0b33ecb 100644
--- a/gps/utils/linked_list.h
+++ b/gps/utils/linked_list.h
@@ -50,6 +50,8 @@ typedef enum
/**< Failed because an there were not enough resources. */
eLINKED_LIST_INSUFFICIENT_BUFFER = -5,
/**< Failed because an the supplied buffer was too small. */
+ eLINKED_LIST_EMPTY = -6
+ /**< Failed because list is empty. */
}linked_list_err_type;
/*===========================================================================