Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. typedef enum _LL_ERROR {
  2. LL_ERROR_SUCCESS = 0,
  3. LL_INVALID_PARAMETER,
  4. LL_OUT_OF_MEMORY,
  5. LL_PARENT_LIST_FULL,
  6. LL_CHILD_LIST_FULL,
  7. LL_PARAM_NOT_SETABLE,
  8. LL_MAX_ERRORS
  9. } LL_ERROR; // <-- warning on this line
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement