diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-06-15 15:57:03 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-06-15 15:57:03 +0200 |
| commit | 798dfe2b6468c94896a511ef174a4c28eee8979c (patch) | |
| tree | a31554a8455507f7d53d1981570a0eeac075a902 /src/cli/run-command.h | |
| parent | 7791e82641596964bf374ce4d8d692c7cc26030b (diff) | |
| download | abrt-798dfe2b6468c94896a511ef174a4c28eee8979c.tar.gz abrt-798dfe2b6468c94896a511ef174a4c28eee8979c.tar.xz abrt-798dfe2b6468c94896a511ef174a4c28eee8979c.zip | |
remove abrt-cli
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/cli/run-command.h')
| -rw-r--r-- | src/cli/run-command.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/cli/run-command.h b/src/cli/run-command.h deleted file mode 100644 index 1ebb0a94..00000000 --- a/src/cli/run-command.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - Copyright (C) 2009 RedHat inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -#ifndef ABRT_CLI_RUN_COMMAND_H -#define ABRT_CLI_RUN_COMMAND_H - -#ifdef __cplusplus -extern "C" { -#endif - -int run_command(char **argv); - -#ifdef __cplusplus -} -#endif - -#endif |
