diff options
| author | 2009-01-29 19:20:40 +0100 | |
|---|---|---|
| committer | 2009-01-29 19:20:40 +0100 | |
| commit | 8c2751f8c7e696fca895aebfafc7e668f3afe85c (patch) | |
| tree | f01974f6f20b4d2fe53972d67eb4b7d7c588e035 /src/bplist.c | |
| parent | 23b1e3200833dd79d754e7057ad1a4154f15172e (diff) | |
| download | libplist-8c2751f8c7e696fca895aebfafc7e668f3afe85c.tar.gz libplist-8c2751f8c7e696fca895aebfafc7e668f3afe85c.tar.bz2 | |
Add some static declarations.
Diffstat (limited to 'src/bplist.c')
| -rw-r--r-- | src/bplist.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bplist.c b/src/bplist.c index 0140f88..78bbe4a 100644 --- a/src/bplist.c +++ b/src/bplist.c | |||
| @@ -20,11 +20,13 @@ | |||
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include "plist.h" | ||
| 24 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 25 | #include <stdio.h> | 24 | #include <stdio.h> |
| 26 | #include <string.h> | 25 | #include <string.h> |
| 27 | 26 | ||
| 27 | #include <plist/plist.h> | ||
| 28 | #include "plist.h" | ||
| 29 | |||
| 28 | /* Magic marker and size. */ | 30 | /* Magic marker and size. */ |
| 29 | #define BPLIST_MAGIC ((uint8_t*)"bplist") | 31 | #define BPLIST_MAGIC ((uint8_t*)"bplist") |
| 30 | #define BPLIST_MAGIC_SIZE 6 | 32 | #define BPLIST_MAGIC_SIZE 6 |
