fixing bustage, omitted result type

git-svn-id: svn://10.0.0.236/trunk@59914 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
2000-02-06 01:16:32 +00:00
parent 652b0864ff
commit 0e7f35ba17

View File

@@ -118,5 +118,5 @@ interface nsICategoryManager : nsISupports
{ 0x16d222a6, 0x1dd2, 0x11b2, \
{0xb6, 0x93, 0xf3, 0x8b, 0x02, 0xc0, 0x21, 0xb2} }
extern "C" NS_EXPORT NS_CategoryManagerGetFactory( nsIFactory** );
extern "C" NS_EXPORT nsresult NS_CategoryManagerGetFactory( nsIFactory** );
%}