Browse Source

Merge branch 'master' of https://github.com/torbjo/i2pd

pull/125/merge
Kill Your TV 10 years ago
parent
commit
472c5f542f
  1. 1
      Makefile
  2. 2
      SAM.h

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

@ -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…
Cancel
Save