]> git.tuebingen.mpg.de Git - dss.git/blobdiff - error.h
Add the --kill subcommand.
[dss.git] / error.h
diff --git a/error.h b/error.h
index 286db0e10dacdf7248f89a3e2f69b1b53125d210..3fd75313406670a5683dde315a817c7903420f27 100644 (file)
--- a/error.h
+++ b/error.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -68,6 +68,7 @@ static inline char *dss_strerror(int num)
        DSS_ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR") \
        DSS_ERROR(SIGNAL, "caught terminating signal") \
        DSS_ERROR(BUG, "values of beta might cause dom!") \
+       DSS_ERROR(NOT_RUNNING, "dss not running") \
 
 
 /**