Mercurial > hg > octave-lyh
comparison src/defun-int.h @ 5823:080c08b192d8
[project @ 2006-05-19 05:32:17 by jwe]
author | jwe |
---|---|
date | Fri, 19 May 2006 05:32:19 +0000 |
parents | 20f4bd627a74 |
children | e884ab4f29ee |
comparison
equal
deleted
inserted
replaced
5822:4fdc2515ebad | 5823:080c08b192d8 |
---|---|
32 #include "symtab.h" | 32 #include "symtab.h" |
33 #include "version.h" | 33 #include "version.h" |
34 | 34 |
35 class octave_value; | 35 class octave_value; |
36 | 36 |
37 extern void print_usage (const std::string& nm, bool just_usage = false, | 37 extern void print_usage (void); |
38 const std::string& extra_msg = std::string ()); | 38 extern void print_usage (const std::string&) GCC_ATTR_DEPRECATED; |
39 | 39 |
40 extern void check_version (const std::string& version, const std::string& fcn); | 40 extern void check_version (const std::string& version, const std::string& fcn); |
41 | 41 |
42 extern void | 42 extern void |
43 install_builtin_mapper (octave_mapper *mf); | 43 install_builtin_mapper (octave_mapper *mf); |