#include <stdbool.h>
/**
- * Protoype for function called on key found.
+ * Prototype for function called on key found.
* The usual action to take is delete the key if del==true, open it if
* already existing or create a new one.
*
bool del);
/**
- * Protoype for function called on value found.
+ * Prototype for function called on value found.
* The usual action to take is set the value of the last opened key.
*
* @param private_data
size_t len);
/**
- * Protoype for function called on value delete found.
+ * Prototype for function called on value delete found.
* Delete value from the last opened key. It is usually no error if
* no such value exist.
*
/**
- * Protoype for function called on comment found.
+ * Prototype for function called on comment found.
*
* @param private_data
* @param line comment with marker removed.