]> git.tuebingen.mpg.de Git - paraslash.git/commit
afs.c: Rename ->handler of struct callback_query to ->cb.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 17 Mar 2022 21:59:44 +0000 (22:59 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Oct 2022 18:36:21 +0000 (20:36 +0200)
commit00f69cb56e12b9c0106d45bbbf11b98fbcc4239f
treef0e62255ad217cc4041d1f47c647f27c8b3a1adb
parent462a71176aa847494a1a26826768b5fa52994f54
afs.c: Rename ->handler of struct callback_query to ->cb.

The term "handler" is already overloaded. Besides command and signal
handlers we have callback result handlers, table event handlers and
max size handlers for para buffers. The simple "cb" is a shorter and
clearer name for the callback function pointer.
afs.c