X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=safe_list.h;h=248f97ae8b5d40a70adbccd3df980e6bd5148eab;hp=f9fd741f0cc34f468cf5d5df4637877d8837414a;hb=ee3e7a6f9f617698c4b2c8bdfd79179076fed1b9;hpb=009b4d574e88d558a9a9278cff363cee38b9e041 diff --git a/safe_list.h b/safe_list.h index f9fd741..248f97a 100644 --- a/safe_list.h +++ b/safe_list.h @@ -30,7 +30,7 @@ #include "utils.h" struct safe_list; -struct safe_list_terator; +struct safe_list_iterator; struct safe_list { struct list_head list;