summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-01 13:43:18 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-01 13:43:18 +0100
commitb5cbedd0fda47f965479f1464a66da383dc25505 (patch)
tree5b2297086d6a64d251b1144e6e5616fedbcac3e4 /inc
parent406da6f0b2e354e1771893feb7042e5e5e81dddf (diff)
downloadabrt-b5cbedd0fda47f965479f1464a66da383dc25505.tar.gz
abrt-b5cbedd0fda47f965479f1464a66da383dc25505.tar.xz
abrt-b5cbedd0fda47f965479f1464a66da383dc25505.zip
abrtd: prepearatory patch: is_debug_dump_saved shouldn't need uid
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/database.h b/inc/database.h
index 679e009a..5eaceed7 100644
--- a/inc/database.h
+++ b/inc/database.h
@@ -127,6 +127,7 @@ class CDatabase : public CPlugin
* @return A matched row.
*/
virtual struct db_row *GetRow(const char *crash_id) = 0;
+ virtual struct db_row *GetRow_by_dir(const char *dir) = 0;
};
#endif