create libustd from ustd
authorAlexis Hallé <alexis.halle@polymtl.ca>
Wed, 14 Jul 2010 18:51:56 +0000 (14:51 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 21 Jul 2010 02:17:27 +0000 (22:17 -0400)
commitd159ac37826eaebf4c1d87b8db0c5e5a8ccc0b00
treee122353a1ad35213c4bda1aa9da45a2d62d8b7a8
parent4267e589be114e837b06ad0b40fc58cdf7ea080a
create libustd from ustd

This makes libustd a library containing the core functionality of
the daemon, and ustd a simple client application using this library,
interacting with it via a set of callbacks supplied to it.
Makefile.am
configure.ac
libustd/Makefile.am [new file with mode: 0644]
libustd/libustd.c [new file with mode: 0644]
libustd/libustd.h [new file with mode: 0644]
libustd/lowlevel.c [new file with mode: 0644]
ustd/Makefile.am
ustd/lowlevel.c [deleted file]
ustd/ustd.c
ustd/ustd.h [deleted file]
This page took 0.023866 seconds and 4 git commands to generate.