comparison src/load-path.h @ 6625:5d02dfacfc9e

[project @ 2007-05-16 08:49:47 by dbateman]
author dbateman
date Wed, 16 May 2007 08:49:48 +0000
parents ccdb8ffbb994
children af16354ea09c
comparison
equal deleted inserted replaced
6624:0d69a50fc5a9 6625:5d02dfacfc9e
339 genpath (const std::string& dir, const string_vector& skip = "private"); 339 genpath (const std::string& dir, const string_vector& skip = "private");
340 340
341 extern void execute_pkg_add (const std::string& dir); 341 extern void execute_pkg_add (const std::string& dir);
342 extern void execute_pkg_del (const std::string& dir); 342 extern void execute_pkg_del (const std::string& dir);
343 343
344 extern std::string octave_system_path (void);
345
344 #endif 346 #endif
345 347
346 /* 348 /*
347 ;;; Local Variables: *** 349 ;;; Local Variables: ***
348 ;;; mode: C++ *** 350 ;;; mode: C++ ***