blob: 4986a8b1372edb646ea994659ab7a9b964da0fdb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- mysql-gui-common/source/linux/MCrontab.h.orig Sat Apr 8 21:17:27 2006
+++ mysql-gui-common/source/linux/MCrontab.h Sat Apr 8 21:18:01 2006
@@ -41,8 +41,8 @@
public:
bool find_entry_by_comment(const std::string &comment, Entry &entry);
- bool MCrontab::remove_entry_with_comment(const std::string &comment,
- const std::string &command="");
+ bool remove_entry_with_comment(const std::string &comment,
+ const std::string &command="");
void add_entry(Entry &entry, const std::string &comment);
|