mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Oops, forgot about the headers.
This commit is contained in:
parent
1f3759281f
commit
b19bd56d44
@ -30,7 +30,7 @@ class nsIRDFDataSource;
|
||||
class nsIRDFDataBase;
|
||||
|
||||
// in nsMemoryDataSource.cpp
|
||||
nsresult NS_NewRDFMemoryDataSource(nsIRDFDataSource** result);
|
||||
nsresult NS_NewRDFInMemoryDataSource(nsIRDFDataSource** result);
|
||||
|
||||
// in nsSimpleDataBase.cpp
|
||||
nsresult NS_NewRDFSimpleDataBase(nsIRDFDataBase** result);
|
||||
|
@ -33,7 +33,7 @@ class nsIRDFDataBase;
|
||||
nsresult NS_NewRDFBookmarkDataSource(nsIRDFDataSource** result);
|
||||
|
||||
// in nsMemoryDataSource.cpp
|
||||
nsresult NS_NewRDFMemoryDataSource(nsIRDFDataSource** result);
|
||||
nsresult NS_NewRDFInMemoryDataSource(nsIRDFDataSource** result);
|
||||
|
||||
// in nsSimpleDataBase.cpp
|
||||
nsresult NS_NewRDFSimpleDataBase(nsIRDFDataBase** result);
|
||||
|
Loading…
Reference in New Issue
Block a user