Commit 793c4385597d0786242e17c8ef37cdfa83f1865c

Russell Belfer 2012-11-20T16:36:06

Update diff callback param order This makes the diff functions that take callbacks both take the payload parameter after the callback function pointers and pass the payload as the last argument to the callback function instead of the first. This should make them consistent with other callbacks across the API.