aboutsummaryrefslogtreecommitdiff
path: root/read_config_file.c
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2009-05-28 19:17:17 +0200
committerJuan Cespedes <cespedes@debian.org>2009-05-28 19:17:17 +0200
commit3df476b28e4a9cdb43cf29fff8e89481310eb30d (patch)
tree9b82d9d21184ff3f05ab1ea0f7cb0c81d7701e2c /read_config_file.c
parente12df4c65dfbd6d0e4a95ff90261b3b7c07298a2 (diff)
downloadltrace-3df476b28e4a9cdb43cf29fff8e89481310eb30d.tar.gz
Created library "libltrace.a" and a simple program that calls it
Diffstat (limited to 'read_config_file.c')
-rw-r--r--read_config_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/read_config_file.c b/read_config_file.c
index 0664968..dee5d21 100644
--- a/read_config_file.c
+++ b/read_config_file.c
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <ctype.h>
-#include "ltrace.h"
+#include "main.h"
#include "read_config_file.h"
#include "output.h"
#include "debug.h"
@@ -49,7 +49,7 @@ static struct list_of_pt_t {
/* Array of prototype objects for each of the types. The order in this
* array must exactly match the list of enumerated values in
- * ltrace.h */
+ * main.h */
static arg_type_info arg_type_prototypes[] = {
{ ARGTYPE_VOID },
{ ARGTYPE_INT },