Hello,
The readline manual (from Debian) gives:
READLINE(3)
Library Functions Manual
READLINE(3)
NAME
readline - get a line from a user with editing
SYNOPSIS
#include <stdio.h>
#include <readline/readline.h>
#include <readline/history.h>
So, I assume that a correct way to include readline headers is as above.
But is this Linux specific?
I'm asking as Bacula uses:
#include "readline.h"
#include "history.h"
which in my understanding is incorrect.
What do you think?
--
Radosław Korzeniewski
[email protected]
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel