]> git.tuebingen.mpg.de Git - gsu.git/commit
gui: Make gsu_menu() private.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 1 Sep 2014 21:54:09 +0000 (23:54 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 27 Sep 2014 23:01:59 +0000 (23:01 +0000)
commitb84b22a0cdc9514eb9f19ba13f34e2be257fd446
treefa98b36da38bbf1f56bd2f7bd20ef9e4a889bd69
parented9be5dbf52b45497838034033e210ce984c17a6
gui: Make gsu_menu() private.

Its single caller is _browse(), which is a private function as
well. This patch prepends an underscore to the function name to
indicate that the function is not supposed to be called by application
code.
gui