Switch to unified view

a/src/aspell/rclaspell.cpp b/src/aspell/rclaspell.cpp
...
...
23
23
24
#include <unistd.h>
24
#include <unistd.h>
25
#include <dlfcn.h>
25
#include <dlfcn.h>
26
#include <stdlib.h>
26
#include <stdlib.h>
27
27
28
using namespace std;
29
30
#include ASPELL_INCLUDE
28
#include ASPELL_INCLUDE
31
29
32
#include "pathut.h"
30
#include "pathut.h"
33
#include "execmd.h"
31
#include "execmd.h"
34
#include "rclaspell.h"
32
#include "rclaspell.h"
35
#include "debuglog.h"
33
#include "debuglog.h"
36
#include "unacpp.h"
34
#include "unacpp.h"
37
#include "ptmutex.h"
35
#include "ptmutex.h"
36
37
using namespace std;
38
38
39
// Just a place where we keep the Aspell library entry points together
39
// Just a place where we keep the Aspell library entry points together
40
class AspellApi {
40
class AspellApi {
41
public:
41
public:
42
    struct AspellConfig *(*new_aspell_config)();
42
    struct AspellConfig *(*new_aspell_config)();