Move applet_name declaration from busybox.h to libbb.h.

This commit is contained in:
Matt Kraai
2001-04-24 01:12:33 +00:00
parent af030496fa
commit 9ff9325e60
7 changed files with 5 additions and 9 deletions

View File

@ -29,8 +29,6 @@
#include <sys/syslog.h>
#include "libbb.h"
extern const char *applet_name;
void syslog_msg_with_name(const char *name, int facility, int pri, const char *msg)
{
openlog(name, 0, facility);