X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=examples%2Fshared%2Flibc3%2Fsrc%2Fc3camera.h;h=5f47af761438fba3c5a9d03373d04db269110e8b;hb=2463c19868be5e060bb8c0cf897d89397a6d88be;hp=9342e586c517db4dcd7cbc848eaf77023a4e30bf;hpb=8afc0af666a8ca83db318c132a44e57afc40b50a;p=simavr diff --git a/examples/shared/libc3/src/c3camera.h b/examples/shared/libc3/src/c3camera.h index 9342e58..5f47af7 100644 --- a/examples/shared/libc3/src/c3camera.h +++ b/examples/shared/libc3/src/c3camera.h @@ -4,20 +4,20 @@ Copyright 2008-2012 Michel Pollet Copyright (c) 1998 Paul Rademacher - This file is part of simavr. + This file is part of libc3. - simavr is free software: you can redistribute it and/or modify + libc3 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - simavr is distributed in the hope that it will be useful, + libc3 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with simavr. If not, see . + along with libc3. If not, see . */ #ifndef __C3VIEW_H___ @@ -220,7 +220,7 @@ c3cam_reset( /******************************* c3cam_t() ************/ /* Constructor */ -c3cam_t +c3cam_p c3cam_new(); void @@ -232,9 +232,4 @@ c3cam_init( void c3cam_update( c3cam_p c); -/******************************* dump() *******************/ -/* Prints the contents of this class to a file, typically */ -/* stdin or stderr */ -//void c3cam_dump(FILE *output); - #endif /* __C3VIEW_H___ */