DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T c

⟦556a69e92⟧ TextFile

    Length: 611 (0x263)
    Types: TextFile
    Names: »ch_mgt.c«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/Src/submit/ch_mgt.c« 

TextFile

/* ch_mgt.c: channel management stuff */

# ifndef lint
static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Src/submit/RCS/ch_mgt.c,v 5.0 90/09/20 16:22:56 pp Exp Locker: pp $";
# endif

/*
 * $Header: /cs/research/pp/hubris/pp-beta/Src/submit/RCS/ch_mgt.c,v 5.0 90/09/20 16:22:56 pp Exp Locker: pp $
 *
 * $Log:	ch_mgt.c,v $
 * Revision 5.0  90/09/20  16:22:56  pp
 * rcsforce : 5.0 public release
 * 
 */



#include "util.h"
#include "chan.h"



/* -- local routines -- */
void	ch_clear();
void	ch_qused ();




/* ---------------------  Begin  Routines  -------------------------------- */