mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 22:17:38 +03:00
2007-11-23 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed 'extern' from 'extern typedef ...' in src/*.h
This commit is contained in:
parent
5f5ef0004f
commit
49618788e3
44 changed files with 105 additions and 101 deletions
|
@ -38,7 +38,7 @@
|
|||
#include "AbstractCommand.h"
|
||||
|
||||
class HttpConnection;
|
||||
extern typedef SharedHandle<HttpConnection> HttpConnectionHandle;
|
||||
typedef SharedHandle<HttpConnection> HttpConnectionHandle;
|
||||
|
||||
class AbstractProxyRequestCommand : public AbstractCommand {
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue