X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fclientsocket.h;h=cc275e1a53083dd16047b2c2add12ad42e079805;hb=7202fdfff37c9518ff93bb65fd8d85956316ee71;hp=f0d7c6a32591c2e99f5252588ff1178b03ca2ec5;hpb=282433c341f322f78bee079b5821350a036db1a2;p=citadel.git diff --git a/citadel/clientsocket.h b/citadel/clientsocket.h index f0d7c6a32..cc275e1a5 100644 --- a/citadel/clientsocket.h +++ b/citadel/clientsocket.h @@ -1,16 +1,14 @@ -/* - * Header file for TCP client socket library - * - * Copyright (c) 1987-2012 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// Header file for TCP client socket library +// +// Copyright (c) 1987-2012 by the citadel.org team +// +// This program is open source software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License version 3. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. int sock_connect(char *host, char *service); int sock_write(int *sock, const char *buf, int nbytes);