Creating log_internal.h for log_*put_internal() prototypes

Fixed warning "no previous prototype for function" in log_posix.c
This commit is contained in:
Philippe Teuwen
2013-03-09 00:59:29 +01:00
parent 7e26aa368d
commit 6a110b3849
4 changed files with 6 additions and 13 deletions

View File

@@ -17,11 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "log.h"
#include "log_internal.h"
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdarg.h>