comparison dwt/internal/mozilla/prlink.d @ 341:942da4b6558a

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents dd63eb078d7a
children 8d03ae013e53
comparison
equal deleted inserted replaced
340:3f4a5c7d138f 341:942da4b6558a
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);