summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/edsp.h')
-rw-r--r--apt-pkg/edsp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/apt-pkg/edsp.h b/apt-pkg/edsp.h
index 98a70d7f6..210188d03 100644
--- a/apt-pkg/edsp.h
+++ b/apt-pkg/edsp.h
@@ -171,8 +171,13 @@ public:
*
* The first line of the message should be a short description
* of the error so it can be used for dialog titles or alike
+ *
+ * \param uuid of this error message
+ * \param message is free form text to discribe the error
+ * \param output the front-end listens for error messages
*/
- bool static WriteError(std::string const &message, FILE* output);
+ bool static WriteError(char const * const uuid, std::string const &message, FILE* output);
+
/** \brief executes the given solver and returns the pipe ends
*