mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 14:15:30 +00:00
e302ceefde
This is a (mostly) unmodified version of lib/libnet broken up into functional areas It should be binary compatible with the lib created by lib/libnet but is now 10 libs. The only substantial things changed in the version is the include files
9 lines
107 B
C
9 lines
107 B
C
|
|
|
|
#ifndef ABOUTURL_H
|
|
#define ABOUTURL_H
|
|
|
|
PUBLIC void NET_InitAboutProtocol(void);
|
|
|
|
#endif /* ABOUTURL_H */
|