summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-08-05 18:31:26 -0400
committerAdam <Adam@anope.org>2017-08-05 18:31:57 -0400
commit2ad76278ddac518d1c03eb15f6b0dfe518c4ca30 (patch)
treea25e1d04b1a8a111c73c49b5903a15e79945d9fd /include
parent23e59d9f2c69c26f8e5c0f7c5255731fe29e32a2 (diff)
Use full path to file for conf.cpp file could not be opened error message
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 8af12fe52..d6ee24554 100644
--- a/include/config.h
+++ b/include/config.h
@@ -78,6 +78,7 @@ namespace Configuration
File(const Anope::string &, bool);
~File();
const Anope::string &GetName() const;
+ Anope::string GetPath() const;
bool IsOpen() const;
bool Open();