mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 14:29:37 -05:00
please doxygen
git-svn-id: file:///svn/unbound/trunk@1579 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
445f8a4e22
commit
a5c428bb8d
2 changed files with 10 additions and 0 deletions
|
|
@ -33,6 +33,11 @@
|
|||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
/**
|
||||
* \file
|
||||
* Utility functions for the python module that perform stores and loads and
|
||||
* conversions.
|
||||
*/
|
||||
#include "config.h"
|
||||
#include "util/module.h"
|
||||
#include "util/net_help.h"
|
||||
|
|
|
|||
|
|
@ -33,6 +33,11 @@
|
|||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
/**
|
||||
* \file
|
||||
* Utility functions for the python module that perform stores and loads and
|
||||
* conversions.
|
||||
*/
|
||||
#ifndef PYTHONMOD_UTILS_H
|
||||
#define PYTHONMOD_UTILS_H
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue