X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Flist.h;fp=src%2Flist.h;h=0000000000000000000000000000000000000000;hp=39fcb2925f7cde1e800c303d1c865a71141f8f7d;hb=997cc00138c36154429f4e3b5f63e48e2e570211;hpb=bee8ba898a41656226595f4c2718c1aaae99263e diff --git a/src/list.h b/src/list.h deleted file mode 100644 index 39fcb29..0000000 --- a/src/list.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (C) 2010-2013 jeanfi@gmail.com - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - -#ifndef _P_LIST_H_ -#define _P_LIST_H_ - -int list_length(void **list); -void **list_add(void **list, void *item); - -#endif