From 276e40ab2a1dfe34becd25936baca8e99bc55a36 Mon Sep 17 00:00:00 2001 From: kubouch Date: Mon, 6 Jul 2020 21:40:57 +0300 Subject: [PATCH] Move getopt to root --- capture/build/win32/capture.vcxproj | 6 +++--- {capture/src => getopt}/getopt.c | 0 {capture/src => getopt}/getopt.h | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename {capture/src => getopt}/getopt.c (100%) rename {capture/src => getopt}/getopt.h (100%) diff --git a/capture/build/win32/capture.vcxproj b/capture/build/win32/capture.vcxproj index ffea25c1..1c9b8c11 100644 --- a/capture/build/win32/capture.vcxproj +++ b/capture/build/win32/capture.vcxproj @@ -171,7 +171,7 @@ - + @@ -227,9 +227,9 @@ - + - \ No newline at end of file + diff --git a/capture/src/getopt.c b/getopt/getopt.c similarity index 100% rename from capture/src/getopt.c rename to getopt/getopt.c diff --git a/capture/src/getopt.h b/getopt/getopt.h similarity index 100% rename from capture/src/getopt.h rename to getopt/getopt.h