Add git_fsize to the os file API
commit2dbdb824f0cfbf5f583e6b94aec753f276ed3368
authorShawn O. Pearce <spearce@spearce.org>
Tue, 4 Nov 2008 02:38:57 +0000 (3 18:38 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 4 Nov 2008 02:52:28 +0000 (3 18:52 -0800)
treeebae795e1fd8502328b176c3f63a4320c91de800
parent3e9e69098af2014a0c3fe9e46cddcb5365dd538b
Add git_fsize to the os file API

This permits us to get the size of an opened file.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
include/git/os/unix.h
src/os/unix.c