diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2006-11-19 18:54:29 +0000 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2006-11-19 18:54:29 +0000 |
commit | 783a5c35be730cb48110fa90f12268c01a3620d7 (patch) | |
tree | b16a90e6d91768f16cdf4f471eb6610f8a7b7471 /camlibs/aox/aox.c | |
parent | d94aa0ee0f4f7371b574a087a7cbc076501fadd6 (diff) | |
download | libgphoto2-783a5c35be730cb48110fa90f12268c01a3620d7.tar.gz |
made 1 var and 1 function static
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9409 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/aox/aox.c')
-rw-r--r-- | camlibs/aox/aox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/aox/aox.c b/camlibs/aox/aox.c index dc663a23c..d7911ffe2 100644 --- a/camlibs/aox/aox.c +++ b/camlibs/aox/aox.c @@ -108,7 +108,7 @@ int aox_get_picture_size (GPPort *port, int lo, int hi, int n, int k) return size; } -int aox_read_data (GPPort *port, char *data, int size) +static int aox_read_data (GPPort *port, char *data, int size) { int MAX_BULK = 0x1000; |