tuyau

Client/server for transfering files (like cp)
git clone https://noulin.net/git/tuyau.git
Log | Files | Refs | README

makeHeader.h (181B)


      1 #include "libsheepyObject.h"
      2 void makeHeader(u8 *buf, u32 *bufip, u8 command, smallDictt *svrInfo, char *sendFile, char *destPath, u64 **filesize);
      3 // vim: set expandtab ts=2 sw=2: