Partitally implemented search feature.
[mediadatabase.git] / gtk / helper.h
blobfb8560e75cbbaab8a21596f77e1a524675eafa0f
1 /* -*- Mode: C ; c-basic-offset: 2 -*- */
2 /*****************************************************************************
4 * $Id: helper.h,v 1.1 2004/05/21 23:43:38 nedko Exp $
6 * DESCRIPTION:
7 *
9 * NOTES:
12 *****************************************************************************/
14 #ifndef HELPER_H__EE98126E_9844_493D_9BB0_1BD50E70379C__INCLUDED
15 #define HELPER_H__EE98126E_9844_493D_9BB0_1BD50E70379C__INCLUDED
17 #define MAX_SIZE_DESCRIPTION 1024
19 void
20 get_size_description(
21 mediadb_uint nSize,
22 char *pSizeStringBuffer);
24 #endif /* #ifndef HELPER_H__EE98126E_9844_493D_9BB0_1BD50E70379C__INCLUDED */
26 /*****************************************************************************
28 * Modifications log:
30 * !!! WARNING !!! Following lines are automatically updated by the CVS system.
32 * $Log: helper.h,v $
33 * Revision 1.1 2004/05/21 23:43:38 nedko
34 * Implement media window.
36 *****************************************************************************/