]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Declare no-arg functions as (void) in fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Wed, 17 Jan 2007 06:47:25 +0000 (01:47 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 17 Jan 2007 06:47:25 +0000 (01:47 -0500)
commitfd99224eec67d89f970b207e7db031b7c58e812e
tree5889c83cf18bdc2d642ddb8dfef609db343b12ef
parent6f64f6d9d2b12cdae1648cbf536685c888f3b981
Declare no-arg functions as (void) in fast-import.

Apparently the git convention is to declare any function which
takes no arguments as taking void.  I did not do this during the
early fast-import development, but should have.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c