fixed some clang warnings
[k8lowj.git] / src / get_cmd_out.h
blob87c2cfc7b2e89d5c01b8be0a4ecd08263f7c7377
1 /* logjam - a GTK client for LiveJournal.
3 * Functions to get the output of external command.
4 * Copyright (C) 2004, Kir Kolyshkin <kir@sacred.ru>
5 */
6 #ifndef __LOGJAM_GET_CMD_OUT_H__
7 #define __LOGJAM_GET_CMD_OUT_H__
10 extern GString *get_command_output (const char *command, GError **err, GtkWindow *parent);
13 #endif