Changeset 7da3cd in git for Singular/ipshell.h


Ignore:
Timestamp:
Feb 1, 2006, 2:55:24 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bd8d12e05eff63a88b1e83082d7192788ee79155
Parents:
2d232637bd80a9e4aa3625b128dfe433d2c6c1ce
Message:
*hannes: more const


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r2d2326 r7da3cd  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipshell.h,v 1.43 2005-09-24 15:02:07 Singular Exp $ */
     6/* $Id: ipshell.h,v 1.44 2006-02-01 13:55:24 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    3939void    type_cmd(idhdl h);
    4040void    test_cmd(int i);
    41 void    list_cmd(int typ, const char* what, char * prefix, BOOLEAN iterate,
    42                  BOOLEAN fullname=FALSE);
     41void    list_cmd(int typ, const char* what, const char * prefix,
     42                 BOOLEAN iterate, BOOLEAN fullname=FALSE);
    4343//char *  iiStringMatrix(matrix im, int dim, char ch=',');
    4444void    killlocals(int v);
Note: See TracChangeset for help on using the changeset viewer.