]> git.sur5r.net Git - ngadmin/commit
Separated lib in two parts : low level and high level.
authordarkcoven <admin@darkcoven.tk>
Mon, 1 Apr 2013 17:48:42 +0000 (19:48 +0200)
committerdarkcoven <admin@darkcoven.tk>
Mon, 1 Apr 2013 17:48:42 +0000 (19:48 +0200)
commit5c85d536dcad8cb319999ba7febb8b6c8abd73dd
tree9619adc187136e7c8abbb56634c010f6078b9a68
parentb370a16074542bd55232b2e814f73d8a6a0e6e52
Separated lib in two parts : low level and high level.
17 files changed:
.gitignore
Makefile
lib/src/Makefile
lib/src/attr.c [deleted file]
lib/src/attr.h [deleted file]
lib/src/list.c [deleted file]
lib/src/list.h [deleted file]
lib/src/protocol.c [deleted file]
lib/src/protocol.h [deleted file]
raw/Makefile [new file with mode: 0644]
raw/include/attr.h [new file with mode: 0644]
raw/include/list.h [new file with mode: 0644]
raw/include/protocol.h [new file with mode: 0644]
raw/src/Makefile [new file with mode: 0644]
raw/src/attr.c [new file with mode: 0644]
raw/src/list.c [new file with mode: 0644]
raw/src/protocol.c [new file with mode: 0644]