summaryrefslogtreecommitdiffstats
path: root/list.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-06-09 17:51:57 +0300
committerFreeArtMan <dos21h@gmail.com>2015-06-09 17:51:57 +0300
commit712439932ce9ac04fa6354cd4603046232121974 (patch)
tree26b9db563fd09d353add5ea4abdddd0d3b1edacb /list.h
parent5e5e5b1cbcb98eda7e0c52a367c66b944b480eda (diff)
downloadmicrobbs-712439932ce9ac04fa6354cd4603046232121974.tar.gz
microbbs-712439932ce9ac04fa6354cd4603046232121974.zip
Added twitting messages
Diffstat (limited to 'list.h')
-rw-r--r--list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/list.h b/list.h
index 94794f0..fd17b1b 100644
--- a/list.h
+++ b/list.h
@@ -93,6 +93,7 @@ void llist_appendn( struct List**, void*, struct ListNode* );
// get one element from list and erease it from list
void* llist_pop( struct List* );
+void* llist_popf( struct List* );//pop first element of list
//add at the end one element
void llist_push( struct List*, void* );