diff options
| author | Dmitri Pal <dpal@redhat.com> | 2009-02-24 13:39:26 -0500 |
|---|---|---|
| committer | Dmitri Pal <dpal@redhat.com> | 2009-02-24 13:39:26 -0500 |
| commit | ef8d8570dcf44d723868df339223b132b19121c3 (patch) | |
| tree | b1258404eb1902442c1b2de7d40409d1c35467de /tools/elapi_tools.h | |
| parent | d986aeb99fa33967374290bf7ce75eab76c6d446 (diff) | |
| download | elapi_draft-ef8d8570dcf44d723868df339223b132b19121c3.tar.gz elapi_draft-ef8d8570dcf44d723868df339223b132b19121c3.tar.xz elapi_draft-ef8d8570dcf44d723868df339223b132b19121c3.zip | |
Changed tree. Added all folders to build.
Diffstat (limited to 'tools/elapi_tools.h')
| -rw-r--r-- | tools/elapi_tools.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/elapi_tools.h b/tools/elapi_tools.h deleted file mode 100644 index fd9bf63..0000000 --- a/tools/elapi_tools.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Copyright */ - -#ifndef ELAPI_TOOLS_H -#define ELAPI_TOOLS_H - -#include "elapi_collection.h" - -/* Debug handle */ -int debug_handle(char *property, - int property_len, - int type, - void *data, - int length, - void *custom_data, - int *dummy); - -/* Print collection for debugging purposes */ -int debug_collection(struct collection_item *handle,int flag); - -/* Print the collection using default serialization */ -int print_collection(struct collection_item *handle); - - -/* Find and print one item using default serialization */ -int print_item(struct collection_item *handle, char *name); - -#endif |
