mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
Merge branch 'master' of https://github.com/torbjo/i2pd
This commit is contained in:
commit
472c5f542f
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -68,3 +68,4 @@ dist:
|
||||||
.PHONY: deps
|
.PHONY: deps
|
||||||
.PHONY: dist
|
.PHONY: dist
|
||||||
.PHONY: api
|
.PHONY: api
|
||||||
|
.PHONY: mk_build_dir
|
||||||
|
|
2
SAM.h
2
SAM.h
|
@ -67,7 +67,7 @@ namespace client
|
||||||
};
|
};
|
||||||
|
|
||||||
class SAMBridge;
|
class SAMBridge;
|
||||||
class SAMSession;
|
struct SAMSession;
|
||||||
class SAMSocket: public std::enable_shared_from_this<SAMSocket>
|
class SAMSocket: public std::enable_shared_from_this<SAMSocket>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Reference in a new issue