Subversion Repositories SvarDOS

Rev

Rev 542 | Rev 1137 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 542 Rev 571
Line 183... Line 183...
183
unsigned short nls_format_number(char *s, unsigned long num, const struct nls_patterns *p);
183
unsigned short nls_format_number(char *s, unsigned long num, const struct nls_patterns *p);
184
 
184
 
185
/* reload nls ressources from svarcom.lng into langblock */
185
/* reload nls ressources from svarcom.lng into langblock */
186
void nls_langreload(char *buff, unsigned short env);
186
void nls_langreload(char *buff, unsigned short env);
187
 
187
 
-
 
188
/* locates executable fname in path and fill res with result. returns 0 on success,
-
 
189
 * -1 on failed match and -2 on failed match + "don't even try with other paths"
-
 
190
 * extptr is filled with a ptr to the extension in fname (NULL if no extension) */
-
 
191
int lookup_cmd(char *res, const char *fname, const char *path, const char **extptr);
-
 
192
 
-
 
193
/* fills fname with the path and filename to the linkfile related to the
-
 
194
 * executable link "linkname". returns 0 on success. */
-
 
195
int link_computefname(char *fname, const char *linkname, unsigned short env_seg);
-
 
196
 
188
#endif
197
#endif