comparison src/defun-int.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
42 const std::string& doc, 42 const std::string& doc,
43 bool can_hide_function = true); 43 bool can_hide_function = true);
44 44
45 extern OCTINTERP_API void 45 extern OCTINTERP_API void
46 install_dld_function (octave_dld_function::fcn f, const std::string& name, 46 install_dld_function (octave_dld_function::fcn f, const std::string& name,
47 const octave_shlib& shl, const std::string& doc, 47 const octave_shlib& shl, const std::string& doc,
48 bool relative = false); 48 bool relative = false);
49 49
50 extern OCTINTERP_API void 50 extern OCTINTERP_API void
51 install_mex_function (void *fptr, bool fmex, const std::string& name, 51 install_mex_function (void *fptr, bool fmex, const std::string& name,
52 const octave_shlib& shl, bool relative = false); 52 const octave_shlib& shl, bool relative = false);