mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-19 15:11:28 +01:00
2017-12-01 Fred Gleason <fredg@paravelsystems.com>
* Added an 'Engine=' directive to the [MySQL] section of rd.conf(5). * Refactored the schema update code to use standard form in rdadmin(1).
This commit is contained in:
@@ -23,8 +23,10 @@
|
||||
|
||||
#include <qstring.h>
|
||||
|
||||
#include <rdconfig.h>
|
||||
|
||||
bool OpenDb(QString dbname,QString username,QString password,QString hostname,
|
||||
QString stationname,bool interactive);
|
||||
QString stationname,bool interactive,RDConfig *config);
|
||||
|
||||
|
||||
#endif // OPENDB_H
|
||||
|
||||
Reference in New Issue
Block a user