tuyau

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

netFrameInternal.h (206B)


      1 #pragma once
      2 
      3 static netFrameFunctionst *netFrameF = NULL;
      4 
      5 /* TODO declare structs for private data and add a void pointer to the private data in the class declaration  */
      6 
      7 // vim: set expandtab ts=2 sw=2: