From f63647218e192628aa8598d504e064529398f159 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 06 Nov 2023 17:22:09 +0800 Subject: [PATCH] rename ddns example code --- prj3_ddns/ini_dictionary.h | 0 prj3_ddns/logger.c | 0 ch7_makefile/encrypto/encrypto.c | 0 prj3_ddns/iniparser.c | 0 ch7_makefile/encrypto/makefile | 0 prj3_ddns/ddns.conf | 0 prj3_ddns/iniparser.h | 0 prj3_ddns/ddns_server.c | 0 ch7_makefile/encrypto/encrypto.h | 0 prj3_ddns/logger.h | 0 ch7_makefile/makefile | 0 prj3_ddns/makefile | 0 ch7_makefile/main.c | 0 prj3_ddns/ini_dictionary.c | 0 prj3_ddns/ddns_client.c | 0 15 files changed, 0 insertions(+), 0 deletions(-) diff --git a/lib_makefile/encrypto/encrypto.c b/ch7_makefile/encrypto/encrypto.c similarity index 100% rename from lib_makefile/encrypto/encrypto.c rename to ch7_makefile/encrypto/encrypto.c diff --git a/lib_makefile/encrypto/encrypto.h b/ch7_makefile/encrypto/encrypto.h similarity index 100% rename from lib_makefile/encrypto/encrypto.h rename to ch7_makefile/encrypto/encrypto.h diff --git a/lib_makefile/encrypto/makefile b/ch7_makefile/encrypto/makefile similarity index 100% rename from lib_makefile/encrypto/makefile rename to ch7_makefile/encrypto/makefile diff --git a/lib_makefile/main.c b/ch7_makefile/main.c similarity index 100% rename from lib_makefile/main.c rename to ch7_makefile/main.c diff --git a/lib_makefile/makefile b/ch7_makefile/makefile similarity index 100% rename from lib_makefile/makefile rename to ch7_makefile/makefile diff --git a/app_ddns/ddns.conf b/prj3_ddns/ddns.conf similarity index 100% rename from app_ddns/ddns.conf rename to prj3_ddns/ddns.conf diff --git a/app_ddns/ddns_client.c b/prj3_ddns/ddns_client.c similarity index 100% rename from app_ddns/ddns_client.c rename to prj3_ddns/ddns_client.c diff --git a/app_ddns/ddns_server.c b/prj3_ddns/ddns_server.c similarity index 100% rename from app_ddns/ddns_server.c rename to prj3_ddns/ddns_server.c diff --git a/app_ddns/ini_dictionary.c b/prj3_ddns/ini_dictionary.c similarity index 100% rename from app_ddns/ini_dictionary.c rename to prj3_ddns/ini_dictionary.c diff --git a/app_ddns/ini_dictionary.h b/prj3_ddns/ini_dictionary.h similarity index 100% rename from app_ddns/ini_dictionary.h rename to prj3_ddns/ini_dictionary.h diff --git a/app_ddns/iniparser.c b/prj3_ddns/iniparser.c similarity index 100% rename from app_ddns/iniparser.c rename to prj3_ddns/iniparser.c diff --git a/app_ddns/iniparser.h b/prj3_ddns/iniparser.h similarity index 100% rename from app_ddns/iniparser.h rename to prj3_ddns/iniparser.h diff --git a/app_ddns/logger.c b/prj3_ddns/logger.c similarity index 100% rename from app_ddns/logger.c rename to prj3_ddns/logger.c diff --git a/app_ddns/logger.h b/prj3_ddns/logger.h similarity index 100% rename from app_ddns/logger.h rename to prj3_ddns/logger.h diff --git a/app_ddns/makefile b/prj3_ddns/makefile similarity index 100% rename from app_ddns/makefile rename to prj3_ddns/makefile -- Gitblit v1.9.1