function() is *NOT* a valid C proto, but C++ only.
authorJeremy Allison <jra@samba.org>
Thu, 29 May 2003 21:30:48 +0000 (21:30 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 29 May 2003 21:30:48 +0000 (21:30 +0000)
commitee3600361f24d7df7e1a68d5f03a56903d0b42fa
tree759c8ceb808b7c5ab51d58fa34920e5b0b82ceea
parentd4b7081715a29410d5110387186923c03901e350
function() is *NOT* a valid C proto, but C++ only.
The correct prototype in C is function(void).
Please remember this !
Jeremy.
(This used to be commit b6b844a1a23532927b1177b652191ddfa92437e0)
source3/sam/idmap_tdb.c