Changeset 06c0b3 in git for Singular/newstruct.h


Ignore:
Timestamp:
May 31, 2012, 3:43:46 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
98d6c34c2a74edb284caaeaec97a1295a4c2a402
Parents:
9aac3e40e249db0a2411b4c4f36cdc9a5d791080
Message:
fix: newstruct changes fropm master
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/newstruct.h

    r9aac3e r06c0b3  
    77newstruct_desc newstructFromString(const char *s);
    88newstruct_desc newstructChildFromString(const char *p, const char *s);
     9BOOLEAN newstruct_set_proc(const char *name,const char *func,int args, procinfov p);
     10void newstructShow(newstruct_desc d);
    911
    1012#endif
Note: See TracChangeset for help on using the changeset viewer.