Moved the actual struct-definition from the header file to the .c-file. This way...
authorocto <octo>
Mon, 17 Apr 2006 08:18:53 +0000 (08:18 +0000)
committerocto <octo>
Mon, 17 Apr 2006 08:18:53 +0000 (08:18 +0000)
commit51d8abdce6a1856a531afc5ef6cef5b1c4f2f728
tree83c1cfa8ea416cbfca1a794137b7a30d612b25b9
parenta1c91208268be5d8cb0cde5664756d22e1bf2fdb
Moved the actual struct-definition from the header file to the .c-file. This way the definition is not visible to the user and he cannot access the fields..
src/liboping/liboping.c
src/liboping/liboping.h