summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
023dc2e)
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
}
/* The final place data is sent to the screen/pty/tty */
}
/* The final place data is sent to the screen/pty/tty */
-void bti_output_line(struct session *session, xmlChar *user, xmlChar *id,
- xmlChar *created, xmlChar *text)
+static void bti_output_line(struct session *session, xmlChar *user,
+ xmlChar *id, xmlChar *created, xmlChar *text)
{
if (session->verbose)
printf("[%s] {%s} (%.16s) %s\n", user, id, created, text);
{
if (session->verbose)
printf("[%s] {%s} (%.16s) %s\n", user, id, created, text);