remove dependency on ustcomm.h where possible
authorAlexis Hallé <alexis.halle@polymtl.ca>
Wed, 4 Aug 2010 15:18:16 +0000 (11:18 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 20 Aug 2010 04:29:39 +0000 (00:29 -0400)
commitf3f8cc914bc8fdf89e328ed591bd052a981c8298
treede846594b10c87f8fff3b4bfd4826da1f231b1fb
parent5f9aacae75a4181a54bf16f31ce8e18229dddc60
remove dependency on ustcomm.h where possible

ustcomm structures are replaced with pointers so the compiler doesn't
have to know the contents of the structures. This is done so ustcmd.h
and libustd.h can be installed on a system without needing to install
ustcomm.h.
libustcmd/ustcmd.h
libustd/libustd.c
libustd/libustd.h
This page took 0.024536 seconds and 4 git commands to generate.