From be752f9c9139f8d70d0296c6a9f49003071c8c3c Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 24 12月 2012 23:29:54 +0800 Subject: [PATCH] Reorganize library --- libscpi/src/parser.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scpi/scpi_parser.c b/libscpi/src/parser.c similarity index 98% rename from scpi/scpi_parser.c rename to libscpi/src/parser.c index cf6bebe..adf7e90 100644 --- a/scpi/scpi_parser.c +++ b/libscpi/src/parser.c @@ -37,9 +37,9 @@ #include <ctype.h> #include <string.h> -#include "scpi_parser.h" -#include "scpi_utils.h" -#include "scpi_error.h" +#include "scpi/parser.h" +#include "utils.h" +#include "scpi/error.h" static size_t patternSeparatorPos(const char * pattern, size_t len); @@ -618,4 +618,4 @@ } return FALSE; -} \ No newline at end of file +} -- Gitblit v1.9.1