fixed typo / include

This commit is contained in:
Martin Willi 2007-09-18 13:30:01 +00:00
parent 3500e049c4
commit 740153e6f7
2 changed files with 1 additions and 3 deletions

View File

@ -21,8 +21,6 @@
#include <stdio.h>
#include <dirent.h>
#include <errno.h>
#include <libxml/xmlreader.h>
#include <libxml/xmlwriter.h>
#include <debug.h>

View File

@ -72,7 +72,7 @@ struct dumm_t {
/**
* @brief Loads a template, create a new one if it does not exist.
*
* @param name name of the template, NULL to clonse
* @param name name of the template, NULL to close
* @return FALSE if load/create failed
*/
bool (*load_template)(dumm_t *this, char *name);