Log In
native
/
toksvc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
486fcd
client: toks_client_connect(): initial implementation and integration.
Authored and Committed by
midipix
4 years ago
raw
patch
tree
parent
7 files changed.
90 lines added
.
1 lines removed
.
include/toksvc/toksvc.h
file modified
+2
-1
project/common.mk
file modified
+1
-0
project/tree.mk
file modified
+1
-0
src/client/toks_client_connect.c
file added
+58
src/driver/toks_driver_ctx.c
file modified
+9
-0
src/internal/toksvc_driver_impl.h
file modified
+16
-0
src/skin/toks_skin_default.c
file modified
+3
-0
client: toks_client_connect(): initial implementation and integration.
include/toksvc/toksvc.h
file modified
+2
-1
project/common.mk
file modified
+1
-0
project/tree.mk
file modified
+1
-0
src/client/toks_client_connect.c
file added
+58
src/driver/toks_driver_ctx.c
file modified
+9
-0
src/internal/toksvc_driver_impl.h
file modified
+16
-0
src/skin/toks_skin_default.c
file modified
+3
-0