Merge pull request #348 from hallyn/2021-05-28/notextern
libsubid/api.c: make shadow_logfd not extern
This commit is contained in:
commit
bd920ab36a
@ -40,7 +40,7 @@
|
|||||||
#include "subid.h"
|
#include "subid.h"
|
||||||
|
|
||||||
const char *Prog = "(libsubid)";
|
const char *Prog = "(libsubid)";
|
||||||
extern FILE * shadow_logfd;
|
FILE *shadow_logfd;
|
||||||
|
|
||||||
bool libsubid_init(const char *progname, FILE * logfd)
|
bool libsubid_init(const char *progname, FILE * logfd)
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#ifndef SUBID_RANGE_DEFINED
|
#ifndef SUBID_RANGE_DEFINED
|
||||||
|
Loading…
Reference in New Issue
Block a user