public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Sami Kerola <kerolasa@iki.fi>
To: util-linux@vger.kernel.org
Cc: kerolasa@iki.fi
Subject: [PATCH 5/7] kill, procs: move function declarations to kill.h
Date: Thu,  7 Mar 2013 23:27:22 +0000	[thread overview]
Message-ID: <1362698844-21292-6-git-send-email-kerolasa@iki.fi> (raw)
In-Reply-To: <1362698844-21292-1-git-send-email-kerolasa@iki.fi>

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 misc-utils/kill.c  | 2 --
 misc-utils/kill.h  | 8 +++++++-
 misc-utils/procs.c | 1 -
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/misc-utils/kill.c b/misc-utils/kill.c
index 5e349c8..b0145cd 100644
--- a/misc-utils/kill.c
+++ b/misc-utils/kill.c
@@ -139,8 +139,6 @@ struct signv {
 #endif
 };
 
-extern char *mybasename(char *);
-
 static int arg_to_signum(char *arg, int mask);
 static void nosig(char *name);
 static void printsig(int sig);
diff --git a/misc-utils/kill.h b/misc-utils/kill.h
index 27a12a8..43c6ed7 100644
--- a/misc-utils/kill.h
+++ b/misc-utils/kill.h
@@ -1 +1,7 @@
-extern int *get_pids (char *process_name, int get_all);
+#ifndef UTIL_LINUX_KILL
+#define UTIL_LINUX_KILL
+
+extern int *get_pids(char *process_name, int get_all);
+extern char *mybasename(char *);
+
+#endif
diff --git a/misc-utils/procs.c b/misc-utils/procs.c
index 071a63a..544966e 100644
--- a/misc-utils/procs.c
+++ b/misc-utils/procs.c
@@ -23,7 +23,6 @@
 #include "kill.h"
 #include "xalloc.h"
 
-extern char *mybasename(char *);
 static char *parse_parens(char *buf);
 
 int *get_pids(char *process_name, int get_all)
-- 
1.8.1.5


  parent reply	other threads:[~2013-03-07 23:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-07 23:27 [PATCH 0/7] kill: modernization after undeprecation Sami Kerola
2013-03-07 23:27 ` [PATCH 1/7] kill: add long options Sami Kerola
2013-03-07 23:27 ` [PATCH 2/7] kill: align with howto-usage-function.txt Sami Kerola
2013-03-07 23:27 ` [PATCH 3/7] kill: use libc error printing facilities and exit values Sami Kerola
2013-03-07 23:27 ` [PATCH 4/7] kill, procs: fix coding style Sami Kerola
2013-03-07 23:27 ` Sami Kerola [this message]
2013-03-07 23:27 ` [PATCH 6/7] kill, procs: use pid_t for pids Sami Kerola
2013-03-07 23:27 ` [PATCH 7/7] docs: add long options and tidy up kill.1 Sami Kerola
2013-03-12 14:29 ` [PATCH 0/7] kill: modernization after undeprecation Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1362698844-21292-6-git-send-email-kerolasa@iki.fi \
    --to=kerolasa@iki.fi \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox