Peter Hagervall [off-list ref] writes:
On Thu, Apr 27, 2006 at 03:07:37PM -0700, Junio C Hamano wrote:
...
quoted
+int cmd_count_objects(int ac, const char **av, char *ep)
^
...
quoted
+extern int cmd_count_objects(int argc, const char **argv, char **envp);
^^
Looks like we have a type mismatch here, no?
Interesting. Lack of #include <builtin.h> was causing the
compiler not to notice X-<.