Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 129215 | Differences between
and this patch

Collapse All | Expand All

(-)klamav-0.35.1/src/dbviewer.h.orig (-1 / +1 lines)
Lines 62-68 Link Here
62
	int listdir(const char *dirname);
62
	int listdir(const char *dirname);
63
	int checkdir(const char *dirname);
63
	int checkdir(const char *dirname);
64
	int listdb(const char *filename);
64
	int listdb(const char *filename);
65
	unsigned int  KlamDB::getSigNos();
65
	unsigned int  getSigNos();
66
	KProgress* prog;
66
	KProgress* prog;
67
	KProgressDialog* progress;
67
	KProgressDialog* progress;
68
	void addVirusName(char * start);
68
	void addVirusName(char * start);
(-)klamav-0.35.1/src/freshklam.h.orig (-1 / +1 lines)
Lines 70-76 Link Here
70
    QString  getCurrentDBDir();
70
    QString  getCurrentDBDir();
71
    bool isFreshklamAlive();
71
    bool isFreshklamAlive();
72
    QPushButton *search_button, *cancel_button;
72
    QPushButton *search_button, *cancel_button;
73
    void Freshklam::enableAutoUpdates();
73
    void enableAutoUpdates();
74
74
75
protected:
75
protected:
76
    /**
76
    /**

Return to bug 129215