hw/xwin: Use header for prototypes in textconv.c
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
cbe133752d
commit
fa0da5a020
|
@ -31,14 +31,8 @@
|
||||||
#ifdef HAVE_XWIN_CONFIG_H
|
#ifdef HAVE_XWIN_CONFIG_H
|
||||||
#include <xwin-config.h>
|
#include <xwin-config.h>
|
||||||
#endif
|
#endif
|
||||||
#include "win.h"
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include "internal.h"
|
||||||
void
|
|
||||||
winClipboardDOStoUNIX(char *pszSrc, int iLength);
|
|
||||||
void
|
|
||||||
winClipboardUNIXtoDOS(char **ppszData, int iLength);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Convert \r\n to \n
|
* Convert \r\n to \n
|
||||||
|
|
Loading…
Reference in New Issue