openenvutils/commandshell/shell/inc/glob.epro
author William Roberts <williamr@symbian.org>
Fri, 23 Apr 2010 14:37:17 +0100
branchRCL_3
changeset 22 c82a39b81a38
parent 0 2e3d3ce01487
permissions -rw-r--r--
Rework addition of Symbian splash screen to reduce the source impact (uses SVG from Bug 2414) Notes: by using the OPTION SOURCEDIR parameter in the mifconv extension instructions, I can arrange to use the same source file name in sfimage, without having to export over the original Nokia file. This means that the name inside splashscreen.mbg is the same, which removes the need for the conditional compilation in SplashScreen.cpp, and gets rid of sf_splashscreen.mmp.

/* Generated automatically */
#ifndef have_Src_glob_globals
#define have_Src_glob_globals

extern int badcshglob;
extern int pathpos;
extern char*pathbuf;
extern mod_import_variable char*glob_pre;
extern mod_import_variable char*glob_suf;
extern mod_import_function int haswilds _((char*str));
extern void zglob _((LinkList list,LinkNode np,int nountok));
extern mod_import_function char file_type _((mode_t filemode));
extern mod_import_function int hasbraces _((char*str));
extern int xpandredir _((struct redir*fn,LinkList tab));
extern mod_import_function void xpandbraces _((LinkList list,LinkNode*np));
extern int matchpat _((char*a,char*b));
extern int getmatch _((char**sp,char*pat,int fl,int n,char*replstr));
extern void getmatcharr _((char***ap,char*pat,int fl,int n,char*replstr));
extern mod_import_function void tokenize _((char*s));
extern mod_import_function void shtokenize _((char*s));
extern mod_import_function void remnulargs _((char*s));

#endif /* !have_Src_glob_globals */