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
|
||||
#include <xwin-config.h>
|
||||
#endif
|
||||
#include "win.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void
|
||||
winClipboardDOStoUNIX(char *pszSrc, int iLength);
|
||||
void
|
||||
winClipboardUNIXtoDOS(char **ppszData, int iLength);
|
||||
#include "internal.h"
|
||||
|
||||
/*
|
||||
* Convert \r\n to \n
|
||||
|
|
Loading…
Reference in New Issue