Changeset 9539de6 in git for kernel/febase.h


Ignore:
Timestamp:
Aug 18, 2008, 12:39:03 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c778d068b7087bc2b07871c2ca155d64cb79590b
Parents:
d09118d38b98116858c048434159f71a3e99bfda
Message:
*hannes: new monitor


git-svn-id: file:///usr/local/Singular/svn/trunk@10999 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/febase.h

    rd09118 r9539de6  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: febase.h,v 1.10 2008-03-31 12:14:44 Singular Exp $ */
     6/* $Id: febase.h,v 1.11 2008-08-18 10:39:03 Singular Exp $ */
    77/*
    88* ABSTRACT: basic i/o
     
    232232BOOLEAN exitBuffer(feBufferTypes typ);
    233233BOOLEAN exitVoice();
    234 void    monitor(char* s,int mode);
     234void    monitor(void *F, int mode); /* FILE*, int */
    235235BOOLEAN newFile(char* fname, FILE *f=NULL);
    236236void    newBuffer(char* s, feBufferTypes t, procinfo *pname = NULL, int start_lineno = 0);
Note: See TracChangeset for help on using the changeset viewer.