list pools and usage in ipsec statusall

This commit is contained in:
Martin Willi
2008-12-09 13:24:12 +00:00
parent adf9965272
commit 2e03196551
3 changed files with 29 additions and 5 deletions
+5 -1
View File
@@ -23,6 +23,8 @@
#ifndef STROKE_LIST_H_
#define STROKE_LIST_H_
#include "stroke_attribute.h"
#include <stroke_msg.h>
#include <library.h>
@@ -58,7 +60,9 @@ struct stroke_list_t {
/**
* Create a stroke_list instance.
*
* @param attribute strokes attribute provider
*/
stroke_list_t *stroke_list_create();
stroke_list_t *stroke_list_create(stroke_attribute_t *attribute);
#endif /* STROKE_LIST_H_ @}*/