renamed sml.* to sml_file.*

This commit is contained in:
Juri Glass 2011-06-27 17:28:32 +02:00
parent d60f570f0d
commit 5382659bf5
5 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <sml/sml.h>
#include <sml/sml_file.h>
#include <sml/sml_transport.h>
void transport_receiver(unsigned char *buffer, size_t buffer_len) {

View file

@ -9,7 +9,7 @@ DYN_LIB=$(LIB_DIR)/libsml.so
ST_LIB=$(LIB_DIR)/libsml.a
OBJS = \
src/sml.o \
src/sml_file.o \
src/sml_attention_response.o \
src/sml_transport.o \
src/sml_octet_string.o \

View file

@ -20,7 +20,7 @@
#define _SML_TRANSPORT_H
#include <stdlib.h>
#include <sml/sml.h>
#include <sml/sml_file.h>
#ifdef __cplusplus
extern "C" {

View file

@ -17,7 +17,7 @@
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
#include <sml/sml.h>
#include <sml/sml_file.h>
#include <sml/sml_shared.h>
#include <sml/sml_message.h>
#include <sml/sml_number.h>