<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 01.10.2017 18:16, Tanu Kaskinen
wrote:<br>
</div>
<blockquote type="cite" cite="mid:1506874568.10854.2.camel@iki.fi">
<pre wrap="">On Sat, 2017-08-19 at 17:48 +0200, Georg Chini wrote:
</pre>
<blockquote type="cite">
<pre wrap="">+/* List handlers */
+char *pa_core_message_handler_list(pa_core *c);
</pre>
</blockquote>
<pre wrap="">
Putting this function to core-messages.h doesn't seem right to me. The
function will never be used outside core.c, so the it should be a
private function in core.c.
</pre>
</blockquote>
If I put it in core.c, I would need to expose the <span
class="p_add">pa_core_message_handler<br>
structure, which you wanted to keep private. Also I am not sure if
the function<br>
will never be called from outside core.c. It might be useful to
know,<br>
which message handlers are present. <br>
</span>
</body>
</html>