MySQL realated stuff documented.
[mediadatabase.git] / libdb / memory.h
blob868de300873f2223d6b37b0c675f4dcc05f3694a
1 /* -*- Mode: C ; c-basic-offset: 2 -*- */
2 /*****************************************************************************
4 * $Id: memory.h,v 1.2 2004/05/16 19:10:54 nedko Exp $
6 * DESCRIPTION:
7 * Memory helper declarations.
9 * AUTHOR:
10 * Nedko Arnaudov <nedko@users.sourceforge.net>
12 * LICENSE:
13 * GNU GENERAL PUBLIC LICENSE version 2
15 *****************************************************************************/
17 #ifndef MEMORY_H__EA729AC1_5119_42E4_9E89_9F435EED5B4F__INCLUDED
18 #define MEMORY_H__EA729AC1_5119_42E4_9E89_9F435EED5B4F__INCLUDED
20 mediadb_result
21 maybe_enlarge_buffer(
22 char ** ppBuffer,
23 size_t *pnBufferSize,
24 size_t nSizeRequired);
26 #endif /* #ifndef MEMORY_H__EA729AC1_5119_42E4_9E89_9F435EED5B4F__INCLUDED */
28 /*****************************************************************************
30 * Modifications log:
32 * !!! WARNING !!! Following lines are automatically updated by the CVS system.
34 * $Log: memory.h,v $
35 * Revision 1.2 2004/05/16 19:10:54 nedko
36 * Write header information.
38 * Revision 1.1 2004/05/02 20:12:11 nedko
39 * Improve error dumps.
41 *****************************************************************************/