Преглед изворни кода

Add static to function definitions

master
Thomas Mannay пре 7 година
родитељ
комит
25225682be
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      tubes.c

+ 3
- 3
tubes.c Прегледај датотеку

@@ -25,7 +25,7 @@ static FILE *log;
static short use_ssl = 0;
static unsigned int last_response;

FILE *
static FILE *
slog(char *file)
{
const char *home = getenv("HOME");
@@ -39,7 +39,7 @@ slog(char *file)
return fp;
}

int
static int
dial(char *server, int port)
{
int sockfd, err;
@@ -68,7 +68,7 @@ dial(char *server, int port)
return sockfd;
}

int
static int
sslify(int *sockfd)
{
int r;


Loading…
Откажи
Сачувај