diff options
author | Lutz Mueller <lutz@users.sourceforge.net> | 2001-10-04 21:18:43 +0000 |
---|---|---|
committer | Lutz Mueller <lutz@users.sourceforge.net> | 2001-10-04 21:18:43 +0000 |
commit | f89c7f8021152c5c6129254204efaca2b700422b (patch) | |
tree | 6517726a19d8bdc71a09e058613af3feb017bee3 /libgphoto2_port/test | |
parent | bc8a41103b2216f2dcdd09dbd45ebd7a706341b0 (diff) | |
download | libgphoto2-f89c7f8021152c5c6129254204efaca2b700422b.tar.gz |
2001-10-04 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* include/Makefile.am
* include/gphoto2-port-result.h
* libgphoto2_port/Makefile.am
* libgphoto2_port/result.c: New
* include/gphoto2-port-debug.h: Define debug levels here
* include/gphoto2-port.h: Clean up
* libgphoto2_port/debug.c: Check if history is big enough for message
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2379 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/test')
-rw-r--r-- | libgphoto2_port/test/test-gp-port.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgphoto2_port/test/test-gp-port.c b/libgphoto2_port/test/test-gp-port.c index d35df2a8c..7239932b1 100644 --- a/libgphoto2_port/test/test-gp-port.c +++ b/libgphoto2_port/test/test-gp-port.c @@ -2,6 +2,8 @@ #include <stdio.h> #include <string.h> #include <gphoto2-port.h> +#include <gphoto2-port-debug.h> +#include <gphoto2-port-result.h> int main (int argc, char **argv) |