OpenMAXBellagio
0.9.3
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
common.h
Go to the documentation of this file.
1
27
#ifndef __COMMON_H__
28
#define __COMMON_H__
29
30
#define MAX_LINE_LENGTH 2048
31
32
int
makedir
(
const
char
*newdir);
33
34
char
*
componentsRegistryGetFilename
(
void
);
35
char
*
componentsRegistryGetFilenameCheck
(
int
check_exists);
36
char
*
loadersRegistryGetFilename
(
char
* registry_name);
37
int
exists
(
const
char
* fname);
38
39
typedef
struct
nameList
{
40
char
*
name
;
41
struct
nameList
*
next
;
42
}
nameList
;
43
44
45
#endif
46
Generated for OpenMAX Bellagio rel. 0.9.3 by
1.5.1