Changeset 3556b72 in git


Ignore:
Timestamp:
Oct 2, 1997, 12:37:30 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a09c41577667052c82234ad7730f0c65ddeefda2
Parents:
55b13f13982046cb599c177f4724526160a30d24
Message:
	* ftest_util.cc (ftestMainExit): function removed.  Declaration,
	  too.

	* ftest_util.cc (ftestWriteSeed): new function.  Declaration
	  added.


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

Legend:

Unmodified
Added
Removed
  • factory/ftest/ftest_util.h

    r55b13f1 r3556b72  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftest_util.h,v 1.6 1997-10-02 07:15:13 schmidt Exp $ */
     2/* $Id: ftest_util.h,v 1.7 1997-10-02 10:37:30 schmidt Exp $ */
    33
    44#ifndef INCL_FTEST_UTIL_H
     
    4040void ftestGetOpts ( const int argc, char ** argv, int & optind );
    4141void ftestGetEnv ( const int, char ** argv, int & optind );
     42void ftestWriteSeed ();
    4243
    4344void ftestPrintTimer ( const long timer );
     
    4546void ftestPrintEnv ();
    4647
    47 void ftestMainExit ();
    48 
    4948#endif /* ! INCL_FTEST_UTIL_H */
Note: See TracChangeset for help on using the changeset viewer.