changed my file structure to be headers and objects

This commit is contained in:
rapturate
2026-05-28 11:47:04 -04:00
parent fc67b944d7
commit 5673f32e69
5 changed files with 2 additions and 1 deletions

1
headers/ip_to_geo.h Normal file
View File

@@ -0,0 +1 @@
#pragma once

View File

View File

@@ -8,7 +8,7 @@
#include "log_parsing.h"
parse::parse(const std::smatch& match) {
parsed_logs::parse(const std::smatch& match) {
Entry entry;
entry.ip = match[1].str();
entry.timestamp = match[2].str();