summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-05-08 09:19:34 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2017-09-07 13:47:17 +0100
commitf4c00d345edf3dad5893b50ff0ae7cd3e0cfd780 (patch)
tree5d97ff69d3acf9e9335a17d2dcc27b947a9a2068
parentd603d7d7d989c4ff1094810e9fcf2a29bc00bb0c (diff)
downloadxorg-lib-libICE-f4c00d345edf3dad5893b50ff0ae7cd3e0cfd780.tar.gz
Remove unneeded ^L symbols.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> (IRC)
-rw-r--r--src/ICElibint.h4
-rw-r--r--src/authutil.c16
-rw-r--r--src/connect.c4
-rw-r--r--src/error.c8
-rw-r--r--src/getauth.c10
-rw-r--r--src/iceauth.c4
-rw-r--r--src/listen.c12
-rw-r--r--src/listenwk.c2
-rw-r--r--src/misc.c18
-rw-r--r--src/process.c40
-rw-r--r--src/register.c2
-rw-r--r--src/replywait.c6
-rw-r--r--src/setauth.c2
-rw-r--r--src/shutdown.c8
-rw-r--r--src/watch.c6
15 files changed, 71 insertions, 71 deletions
diff --git a/src/ICElibint.h b/src/ICElibint.h
index b4f8db5..9a5a41a 100644
--- a/src/ICElibint.h
+++ b/src/ICElibint.h
@@ -244,7 +244,7 @@ typedef struct {
}
-
+
/*
* Byte swapping
*/
@@ -259,7 +259,7 @@ typedef struct {
#define lswaps(_val) ((((_val) & 0xff) << 8) | (((_val) >> 8) & 0xff))
-
+
/*
* ICE replies (not processed via callbacks because we block)
*/
diff --git a/src/authutil.c b/src/authutil.c
index 29072d5..89ba199 100644
--- a/src/authutil.c
+++ b/src/authutil.c
@@ -56,7 +56,7 @@ static Status write_string (FILE *file, const char *string);
static Status write_counted_string (FILE *file, unsigned short count, const char *string);
-
+
/*
* The following routines are for manipulating the .ICEauthority file
* These are utility functions - they are not part of the standard
@@ -127,7 +127,7 @@ IceAuthFileName (void)
}
-
+
int
IceLockAuthFile (
const char *file_name,
@@ -201,7 +201,7 @@ IceLockAuthFile (
}
-
+
void
IceUnlockAuthFile (
const char *file_name
@@ -224,7 +224,7 @@ IceUnlockAuthFile (
}
-
+
IceAuthFileEntry *
IceReadAuthFileEntry (
FILE *auth_file
@@ -275,7 +275,7 @@ IceReadAuthFileEntry (
}
-
+
void
IceFreeAuthFileEntry (
IceAuthFileEntry *auth
@@ -293,7 +293,7 @@ IceFreeAuthFileEntry (
}
-
+
Status
IceWriteAuthFileEntry (
FILE *auth_file,
@@ -321,7 +321,7 @@ IceWriteAuthFileEntry (
}
-
+
IceAuthFileEntry *
IceGetAuthFileEntry (
const char *protocol_name,
@@ -363,7 +363,7 @@ IceGetAuthFileEntry (
}
-
+
/*
* local routines
*/
diff --git a/src/connect.c b/src/connect.c
index 8b08b91..086b7f3 100644
--- a/src/connect.c
+++ b/src/connect.c
@@ -421,7 +421,7 @@ IceOpenConnection (
}
-
+
IcePointer
IceGetConnectionContext (
IceConn iceConn
@@ -431,7 +431,7 @@ IceGetConnectionContext (
}
-
+
/* ------------------------------------------------------------------------- *
* local routines *
* ------------------------------------------------------------------------- */
diff --git a/src/error.c b/src/error.c
index 9187256..055452e 100644
--- a/src/error.c
+++ b/src/error.c
@@ -347,7 +347,7 @@ _IceErrorBadMajor (
}
-
+
/*
* Default error handler.
*/
@@ -562,7 +562,7 @@ _IceDefaultErrorHandler (
IceErrorHandler _IceErrorHandler = _IceDefaultErrorHandler;
-
+
/*
* This procedure sets the ICE error handler to be the specified
* routine. If NULL is passed in the default error handler is restored.
@@ -585,7 +585,7 @@ IceSetErrorHandler (
}
-
+
/*
* Default IO error handler.
*/
@@ -604,7 +604,7 @@ _IceDefaultIOErrorHandler (
IceIOErrorHandler _IceIOErrorHandler = _IceDefaultIOErrorHandler;
-
+
/*
* This procedure sets the ICE fatal I/O error handler to be the
* specified routine. If NULL is passed in the default error
diff --git a/src/getauth.c b/src/getauth.c
index 09e0e1c..abd5644 100644
--- a/src/getauth.c
+++ b/src/getauth.c
@@ -35,7 +35,7 @@ Author: Ralph Mor, X Consortium
static Bool auth_valid (const char *auth_name, int num_auth_names,
const char **auth_names, int *index_ret);
-
+
/*
* The functions in this file are not a standard part of ICElib.
*
@@ -83,7 +83,7 @@ _IceGetPoAuthData (
}
-
+
void
_IceGetPaAuthData (
const char *protocolName,
@@ -122,7 +122,7 @@ _IceGetPaAuthData (
}
-
+
void
_IceGetPoValidAuthIndices (
const char *protocol_name,
@@ -181,7 +181,7 @@ _IceGetPoValidAuthIndices (
}
-
+
void
_IceGetPaValidAuthIndices (
const char *protocol_name,
@@ -225,7 +225,7 @@ _IceGetPaValidAuthIndices (
}
-
+
/*
* local routines
*/
diff --git a/src/iceauth.c b/src/iceauth.c
index 7e25148..ccbafe6 100644
--- a/src/iceauth.c
+++ b/src/iceauth.c
@@ -104,7 +104,7 @@ arc4random_buf (
* the SI. It is not part of standard ICElib.
*/
-
+
char *
IceGenerateMagicCookie (
int len
@@ -122,7 +122,7 @@ IceGenerateMagicCookie (
}
-
+
IcePoAuthStatus
_IcePoMagicCookie1Proc (
IceConn iceConn,
diff --git a/src/listen.c b/src/listen.c
index 9a449ae..802ea6a 100644
--- a/src/listen.c
+++ b/src/listen.c
@@ -34,7 +34,7 @@ Author: Ralph Mor, X Consortium
#include <X11/Xtrans/Xtrans.h>
#include <stdio.h>
-
+
Status
IceListenForConnections (
int *countRet,
@@ -156,7 +156,7 @@ IceListenForConnections (
}
-
+
int
IceGetListenConnectionNumber (
IceListenObj listenObj
@@ -166,7 +166,7 @@ IceGetListenConnectionNumber (
}
-
+
char *
IceGetListenConnectionString (
IceListenObj listenObj
@@ -176,7 +176,7 @@ IceGetListenConnectionString (
}
-
+
char *
IceComposeNetworkIdList (
int count,
@@ -233,7 +233,7 @@ IceComposeNetworkIdList (
}
-
+
void
IceFreeListenObjs (
int count,
@@ -253,7 +253,7 @@ IceFreeListenObjs (
}
-
+
/*
* Allow host based authentication for the ICE Connection Setup.
* Do not confuse with the host based authentication callbacks that
diff --git a/src/listenwk.c b/src/listenwk.c
index 7517ea8..4050989 100644
--- a/src/listenwk.c
+++ b/src/listenwk.c
@@ -35,7 +35,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xtrans/Xtrans.h>
#include <stdio.h>
-
+
Status
IceListenForWellKnownConnections (
char *port,
diff --git a/src/misc.c b/src/misc.c
index d2e9150..62285e9 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -41,7 +41,7 @@ Author: Ralph Mor, X Consortium
#include <X11/Xw32defs.h>
#endif
-
+
/*
* scratch buffer
*/
@@ -65,7 +65,7 @@ IceAllocScratch (
}
-
+
/*
* Output/Input buffer functions
*/
@@ -102,7 +102,7 @@ IceGetInBufSize (
}
-
+
/*
* informational functions
*/
@@ -202,7 +202,7 @@ IceSwapping (
}
-
+
/*
* Read "n" bytes from a connection.
*
@@ -302,7 +302,7 @@ _IceRead (
}
-
+
/*
* If we read a message header with a bad major or minor opcode,
* we need to advance to the end of the message. This way, the next
@@ -327,7 +327,7 @@ _IceReadSkip (
}
-
+
/*
* Write "n" bytes to a connection.
*/
@@ -407,7 +407,7 @@ _IceWrite (
}
-
+
void
_IceAddOpcodeMapping (
IceConn iceConn,
@@ -489,14 +489,14 @@ _IceAddOpcodeMapping (
}
-
+
char *
IceGetPeerName (IceConn iceConn)
{
return (_IceTransGetPeerNetworkId (iceConn->trans_conn));
}
-
+
char *
_IceGetPeerName (IceConn iceConn)
{
diff --git a/src/process.c b/src/process.c
index 4100a83..c2ce8a1 100644
--- a/src/process.c
+++ b/src/process.c
@@ -111,7 +111,7 @@ asprintf(char ** ret, const char *format, ...)
}
#endif
-
+
/*
* IceProcessMessages:
*
@@ -430,7 +430,7 @@ IceProcessMessages (
}
-
+
static void
AuthRequired (
IceConn iceConn,
@@ -457,7 +457,7 @@ AuthRequired (
}
-
+
static void
AuthReply (
IceConn iceConn,
@@ -482,7 +482,7 @@ AuthReply (
}
-
+
static void
AuthNextPhase (
IceConn iceConn,
@@ -507,7 +507,7 @@ AuthNextPhase (
}
-
+
static void
AcceptConnection (
IceConn iceConn,
@@ -535,7 +535,7 @@ AcceptConnection (
}
-
+
static void
AcceptProtocol (
IceConn iceConn,
@@ -575,7 +575,7 @@ AcceptProtocol (
}
-
+
static void
PingReply (
IceConn iceConn
@@ -586,7 +586,7 @@ PingReply (
}
-
+
static Bool
ProcessError (
IceConn iceConn,
@@ -847,7 +847,7 @@ ProcessError (
}
-
+
static int
ProcessConnectionSetup (
IceConn iceConn,
@@ -1106,7 +1106,7 @@ ProcessConnectionSetup (
}
-
+
static Bool
ProcessAuthRequired (
IceConn iceConn,
@@ -1300,7 +1300,7 @@ ProcessAuthRequired (
}
-
+
static int
ProcessAuthReply (
IceConn iceConn,
@@ -1595,7 +1595,7 @@ ProcessAuthReply (
}
-
+
static Bool
ProcessAuthNextPhase (
IceConn iceConn,
@@ -1727,7 +1727,7 @@ ProcessAuthNextPhase (
}
-
+
static Bool
ProcessConnectionReply (
IceConn iceConn,
@@ -1829,7 +1829,7 @@ ProcessConnectionReply (
}
-
+
static int
ProcessProtocolSetup (
IceConn iceConn,
@@ -2226,7 +2226,7 @@ ProcessProtocolSetup (
}
-
+
static Bool
ProcessProtocolReply (
IceConn iceConn,
@@ -2330,7 +2330,7 @@ ProcessProtocolReply (
}
-
+
static int
ProcessPing (
IceConn iceConn,
@@ -2346,7 +2346,7 @@ ProcessPing (
}
-
+
static int
ProcessPingReply (
IceConn iceConn,
@@ -2375,7 +2375,7 @@ ProcessPingReply (
}
-
+
static int
ProcessWantToClose (
IceConn iceConn,
@@ -2434,7 +2434,7 @@ ProcessWantToClose (
}
-
+
static int
ProcessNoClose (
IceConn iceConn,
@@ -2462,7 +2462,7 @@ ProcessNoClose (
}
-
+
static void
_IceProcessCoreMessage (
IceConn iceConn,
diff --git a/src/register.c b/src/register.c
index 833714b..aee9b6e 100644
--- a/src/register.c
+++ b/src/register.c
@@ -122,7 +122,7 @@ IceRegisterForProtocolSetup (
}
-
+
int
IceRegisterForProtocolReply (
const char *protocolName,
diff --git a/src/replywait.c b/src/replywait.c
index b25c351..d87a05a 100644
--- a/src/replywait.c
+++ b/src/replywait.c
@@ -72,7 +72,7 @@ _IceAddReplyWait (
}
-
+
IceReplyWaitInfo *
_IceSearchReplyWaits (
IceConn iceConn,
@@ -95,7 +95,7 @@ _IceSearchReplyWaits (
}
-
+
void
_IceSetReplyReady (
IceConn iceConn,
@@ -116,7 +116,7 @@ _IceSetReplyReady (
}
-
+
Bool
_IceCheckReplyReady (
IceConn iceConn,
diff --git a/src/setauth.c b/src/setauth.c
index 1017b02..04b427f 100644
--- a/src/setauth.c
+++ b/src/setauth.c
@@ -33,7 +33,7 @@ Author: Ralph Mor, X Consortium
#include "ICElibint.h"
#include <X11/ICE/ICEutil.h>
-
+
/*
* IceSetPaAuthData is not a standard part of ICElib, it is specific
* to the sample implementation.
diff --git a/src/shutdown.c b/src/shutdown.c
index 5def0b4..3fafb10 100644
--- a/src/shutdown.c
+++ b/src/shutdown.c
@@ -82,7 +82,7 @@ IceProtocolShutdown (
}
-
+
void
IceSetShutdownNegotiation (
IceConn iceConn,
@@ -93,7 +93,7 @@ IceSetShutdownNegotiation (
}
-
+
Bool
IceCheckShutdownNegotiation (
IceConn iceConn
@@ -103,7 +103,7 @@ IceCheckShutdownNegotiation (
}
-
+
IceCloseStatus
IceCloseConnection (
IceConn iceConn
@@ -245,7 +245,7 @@ IceCloseConnection (
}
-
+
void
_IceFreeConnection (
IceConn iceConn
diff --git a/src/watch.c b/src/watch.c
index abbc265..f0c4e30 100644
--- a/src/watch.c
+++ b/src/watch.c
@@ -89,7 +89,7 @@ IceAddConnectionWatch (
}
-
+
void
IceRemoveConnectionWatch (
IceWatchProc watchProc,
@@ -129,7 +129,7 @@ IceRemoveConnectionWatch (
}
-
+
void
_IceConnectionOpened (
IceConn iceConn
@@ -163,7 +163,7 @@ _IceConnectionOpened (
}
-
+
void
_IceConnectionClosed (
IceConn iceConn