mirror of
https://github.com/sheumann/NetDisk.git
synced 2024-11-24 14:31:15 +00:00
Lint fixes.
This commit is contained in:
parent
a485918d44
commit
a66b69154e
@ -1,5 +1,6 @@
|
|||||||
#include <tcpip.h>
|
#include <tcpip.h>
|
||||||
#include <misctool.h>
|
#include <misctool.h>
|
||||||
|
#include <orca.h>
|
||||||
#include "hostname.h"
|
#include "hostname.h"
|
||||||
|
|
||||||
#define DNR_WAIT_TIME 15 /*seconds*/
|
#define DNR_WAIT_TIME 15 /*seconds*/
|
||||||
|
3
main.c
3
main.c
@ -10,6 +10,7 @@
|
|||||||
#include "session.h"
|
#include "session.h"
|
||||||
#include "seturl.h"
|
#include "seturl.h"
|
||||||
#include "hostname.h"
|
#include "hostname.h"
|
||||||
|
#include "tcpconnection.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
http://archive.org/download/a2gs_System_1.0_1986_Apple_FW/System_1.0_1986_Apple_FW.2mg
|
http://archive.org/download/a2gs_System_1.0_1986_Apple_FW/System_1.0_1986_Apple_FW.2mg
|
||||||
@ -57,7 +58,7 @@ int main(int argc, char **argv) {
|
|||||||
putchar(ch);
|
putchar(ch);
|
||||||
}
|
}
|
||||||
printf("=========\n");
|
printf("=========\n");
|
||||||
printf("\n", i);
|
printf("\n");
|
||||||
|
|
||||||
enum RequestResult requestResult;
|
enum RequestResult requestResult;
|
||||||
requestResult = DoHTTPRequest(&sess, startByte, startByte + 511);
|
requestResult = DoHTTPRequest(&sess, startByte, startByte + 511);
|
||||||
|
Loading…
Reference in New Issue
Block a user