Changeset 6599 for pymolproxy


Ignore:
Timestamp:
Nov 10, 2016 5:49:35 PM (8 years ago)
Author:
ldelgass
Message:

minor cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pymolproxy/trunk/pymolproxy.c

    r6398 r6599  
    1717 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1818 * ======================================================================
     19 *
     20 * Authors:
     21 *   Nicholas Kisseberth <nkissebe@purdue.edu>
     22 *   George A. Howlett <gah@purdue.edu>
     23 *   Leif Delgass <ldelgass@purdue.edu>
    1924 */
    2025
     
    124129#endif /* LOGDIR */
    125130
     131#ifndef STATSDIR
     132#define STATSDIR "/var/tmp/visservers"
     133#endif  /*STATSDIR*/
     134
    126135#define CVT2SECS(x)  ((double)(x).tv_sec) + ((double)(x).tv_usec * 1.0e-6)
    127136
     
    314323}
    315324
    316 
    317 
    318 /* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
    319 /*
    320  * Copyright (C) 2011, Purdue Research Foundation
    321  *
    322  * Author: George A. Howlett <gah@purdue.edu>
    323  */
    324 
    325325static void
    326326FlushReadBuffer(ReadBuffer *bp)
     
    553553    proxyPtr->status = TCL_OK;
    554554}
    555 
    556 #ifndef STATSDIR
    557 #define STATSDIR "/var/tmp/visservers"
    558 #endif  /*STATSDIR*/
    559555
    560556static int
     
    733729}
    734730
    735 
    736731static int
    737732CartoonCmd(ClientData clientData, Tcl_Interp *interp, int argc,
     
    842837    return p->status;
    843838}
    844 
    845839
    846840static int
     
    12691263}
    12701264
    1271 
    12721265static int
    12731266PpmCmd(ClientData clientData, Tcl_Interp *interp, int argc, const char *argv[])
     
    12911284    return p->status;
    12921285}
    1293 
    12941286
    12951287static int
     
    17981790}
    17991791
    1800 
    18011792/*
    18021793 * ZoomCmd --
     
    18481839}
    18491840
    1850 
    1851 
    18521841static int
    18531842ExecuteCommand(Tcl_Interp *interp, Tcl_DString *dsPtr)
     
    19981987}
    19991988
    2000 
    20011989static void
    20021990WriteImages(ImageList *listPtr, int fd)
     
    20642052#endif
    20652053}
    2066 
    20672054
    20682055static void
     
    22752262}
    22762263
    2277 
    22782264static void *
    22792265ClientToServer(void *clientData)
Note: See TracChangeset for help on using the changeset viewer.