diff options
Diffstat (limited to 'src/local.h')
-rw-r--r-- | src/local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/local.h b/src/local.h index 52f68b0c..2a1395ef 100644 --- a/src/local.h +++ b/src/local.h @@ -16,8 +16,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef LOCAL_H -#define LOCAL_H +#ifndef __DWB_LOCAL_H__ +#define __DWB_LOCAL_H__ gboolean local_check_directory(GList *, const char *, gboolean add_to_history, GError **); |