summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1/command.h
Commit message (Collapse)AuthorAgeFilesLines
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | C preprocessor macros beginning/ending with underscores are reserved for system use as well as macros containing a double underscore anywhere, so application software macros are supposed to be named differently. For a header file gphoto2-abilities-list.h, this consistently uses a macro name LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H for the usual #ifndef LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H #define LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H ... content of the header file ... #endif /* !defined(LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H) */ Found using "clang -Weverything". This should work, unless when run with an ancient C preprocessor which might only the first 8 or 10 characters to distinguish macro names and ignores the remainder of the name.
* added copyright headersMarcus Meissner2015-02-221-0/+23
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15368 67ed7778-7388-44ab-90cf-0a291f65f57c
* u_long -> unsigned long (another fix for MacOSx)Marcus Meissner2008-09-011-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11300 67ed7778-7388-44ab-90cf-0a291f65f57c
* u_char -> unsigned charMarcus Meissner2008-05-151-3/+3
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11141 67ed7778-7388-44ab-90cf-0a291f65f57c
* more cleanups, merged common.hMarcus Meissner2007-11-171-3/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10875 67ed7778-7388-44ab-90cf-0a291f65f57c
* progress context handling, moved CameraFile* handling down intoMarcus Meissner2007-11-171-8/+7
| | | | | | | the get functions git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10874 67ed7778-7388-44ab-90cf-0a291f65f57c
* -verbose flag for stdoutMarcus Meissner2007-11-161-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10873 67ed7778-7388-44ab-90cf-0a291f65f57c
* more updates, removed 1 empty fileMarcus Meissner2007-11-161-6/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10868 67ed7778-7388-44ab-90cf-0a291f65f57c
* major cleanupsMarcus Meissner2007-11-161-14/+14
| | | | | | | -L and -P work now. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10866 67ed7778-7388-44ab-90cf-0a291f65f57c
* pass port around to avoid storing it globally.Marcus Meissner2006-11-191-23/+16
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9429 67ed7778-7388-44ab-90cf-0a291f65f57c
* Fix warningsArnaud Launay2002-12-291-5/+6
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5984 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2001-10-09 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-091-0/+6
| | | | | | | | | | * camlibs/sonydscf1: Clean up a bit. This camera uses globals and won't work with big frontends... Use camera->port and camera->fs. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2461 67ed7778-7388-44ab-90cf-0a291f65f57c
* bvl: Support for the Sony DSC-F1, modified library from gphoto1bvl2000-07-291-0/+25
only tested and compiled on OS/2 git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@792 67ed7778-7388-44ab-90cf-0a291f65f57c