OpenMAX Bellagio 0.9.3
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
32int makedir(const char *newdir);
33
35char *componentsRegistryGetFilenameCheck(int check_exists);
36char* loadersRegistryGetFilename(char* registry_name);
37int exists(const char* fname);
38
39typedef struct nameList {
40 char* name;
41 struct nameList *next;
43
44
45#endif
46
char * componentsRegistryGetFilename(void)
Get registry filename This function returns the name of the registry file for the components loaded w...
Definition: common.c:47
char * componentsRegistryGetFilenameCheck(int check_exists)
Definition: common.c:51
int exists(const char *fname)
Definition: common.c:194
char * loadersRegistryGetFilename(char *registry_name)
Definition: common.c:119
int makedir(const char *newdir)
Definition: common.c:150
struct nameList nameList
struct nameList * next
Definition: common.h:41
char * name
Definition: common.h:40

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo