summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lasso/utils.h b/lasso/utils.h
index b21931a4..8d14fd17 100644
--- a/lasso/utils.h
+++ b/lasso/utils.h
@@ -156,4 +156,8 @@
} \
}
+/* Warn of a call to a deprecated function */
+#define lasso_warn_deprecated() \
+ g_warning("Function %s is deprecated !!!", G_STRFUNC)
+
#endif /* __LASSO_UTILS_H__ */