1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +03:00

Removed the extern char *environ

This commit is contained in:
Aris Adamantiadis
2010-09-30 10:42:55 +02:00
parent 9f53906209
commit bedc65313f

View File

@@ -53,9 +53,6 @@
#include "libssh/poll.h"
#include "libssh/session.h"
#ifndef _WIN32
extern char **environ;
#endif
/**
* @internal
*