1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
\section{/home/pere/src/debiancvs/pkg-discover/discover/trunk/lib/core.c File Reference}
\label{core_8c}\index{/home/pere/src/debiancvs/pkg-discover/discover/trunk/lib/core.c@{/home/pere/src/debiancvs/pkg-discover/discover/trunk/lib/core.c}}
Core and miscellaneous routines.
{\tt \#include \char`\"{}config.h\char`\"{}}\par
{\tt \#include $<$assert.h$>$}\par
{\tt \#include $<$discover/discover.h$>$}\par
{\tt \#include $<$discover/discover-xml.h$>$}\par
{\tt \#include $<$discover/utils.h$>$}\par
\subsection*{Functions}
\begin{CompactItemize}
\item
{\bf discover\_\-error\_\-t} $\ast$ {\bf discover\_\-error\_\-new} (void)
\item
void $\ast$ {\bf \_\-discover\_\-create\_\-message} ({\bf discover\_\-error\_\-t} $\ast$$\ast$status, char $\ast$message)
\item
void {\bf discover\_\-error\_\-free} ({\bf discover\_\-error\_\-t} $\ast$status)
\item
char $\ast$ {\bf discover\_\-strerror} ({\bf discover\_\-error\_\-t} $\ast$err)
\item
int {\bf discover\_\-major\_\-version} (void)
\item
int {\bf discover\_\-minor\_\-version} (void)
\item
int {\bf discover\_\-micro\_\-version} (void)
\end{CompactItemize}
\subsection{Detailed Description}
Core and miscellaneous routines.
This file provides core routines that don't really fit anyplace else. There are likely some other routines that really should be in here.
Definition in file {\bf core.c}.
|