diff options
Diffstat (limited to 'plugins/Variables/src/variables.h')
-rw-r--r-- | plugins/Variables/src/variables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Variables/src/variables.h b/plugins/Variables/src/variables.h index d74a602034..ea8b5057ae 100644 --- a/plugins/Variables/src/variables.h +++ b/plugins/Variables/src/variables.h @@ -2,7 +2,7 @@ Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
- This program is mir_free software; you can redistribute it and/or modify
+ This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
@@ -166,7 +166,7 @@ int registerStrTokens(); // variables
int registerVariablesTokens();
void unregisterVariablesTokens();
-int clearVariableRegister();
+int clearVariableRegister(bool bAll);
// logic
int registerLogicTokens();
// math
|