IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2007, 5:24:58 PM (19 years ago)
Author:
eugene
Message:

converting to kapa2 support: INET socket connections, single device type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/kapa2/src/LoadTextlines.c

    r13320 r13344  
    11# include "Ximage.h"
    22
    3 int LoadTextlines () {
     3int LoadTextlines (int sock) {
    44 
    55  char *string;
     
    1111  section = GetActiveSection();
    1212  graph = section->graph;
    13  
     13    if (section->graph == NULL) {
     14    section->graph = InitGraph ();
     15    SetGraphSize (section);
     16  }
     17
    1418  fcntl (sock, F_SETFL, !O_NONBLOCK); 
    1519 
Note: See TracChangeset for help on using the changeset viewer.