diff options
| author | Marcus Boerger <helly@php.net> | 2002-11-13 16:28:44 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2002-11-13 16:28:44 +0000 |
| commit | 4dd5fc67b71fe0271c33494684db065a7f0be0c4 (patch) | |
| tree | 73a08a9bf63fb248af43bf2bae831bafd186a991 /ext/dba/libflatfile/flatfile.h | |
| parent | 3944ce41c334808eb020238d66153aa6ce89dba0 (diff) | |
| download | php-git-4dd5fc67b71fe0271c33494684db065a7f0be0c4.tar.gz | |
-use size_t
-recheckin header as unix file
Diffstat (limited to 'ext/dba/libflatfile/flatfile.h')
| -rw-r--r-- | ext/dba/libflatfile/flatfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/libflatfile/flatfile.h b/ext/dba/libflatfile/flatfile.h index f3795bb164..f1dbafdc4f 100644 --- a/ext/dba/libflatfile/flatfile.h +++ b/ext/dba/libflatfile/flatfile.h @@ -23,14 +23,14 @@ typedef struct { char *dptr; - int dsize; + size_t dsize; } datum; typedef struct { char *lockfn; int lockfd; php_stream *fp; - long CurrentFlatFilePos; + size_t CurrentFlatFilePos; datum nextkey; } flatfile; |
