comparison dwt/internal/mozilla/prlink.d @ 342:8d03ae013e53

Fixup
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:23:56 -0700
parents 942da4b6558a
children
comparison
equal deleted inserted replaced
341:942da4b6558a 342:8d03ae013e53
42 { 42 {
43 char *name; 43 char *name;
44 void function()fp; 44 void function()fp;
45 } 45 }
46 46
47 //extern (System): 47 extern (System):
48 48
49 PRStatus PR_SetLibraryPath(char *path); 49 PRStatus PR_SetLibraryPath(char *path);
50 50
51 char * PR_GetLibraryPath(); 51 char * PR_GetLibraryPath();
52 char * PR_GetLibraryName(char *dir, char *lib); 52 char * PR_GetLibraryName(char *dir, char *lib);