diff seobeo/snapshot_creator.h @ 69:551d9fc0a2ba

Updated wrong names.
author June Park <parkjune1995@gmail.com>
date Thu, 25 Dec 2025 20:07:46 -0800
parents 6626ec933933
children
line wrap: on
line diff
--- a/seobeo/snapshot_creator.h	Thu Dec 25 20:03:51 2025 -0800
+++ b/seobeo/snapshot_creator.h	Thu Dec 25 20:07:46 2025 -0800
@@ -3,8 +3,7 @@
 
 #include "seobeo/seobeo.h"
 
-typedef struct
-{
+typedef struct {
   const char *path;
   int expected_status;
   const char *snapshot_dir;
@@ -12,10 +11,7 @@
   const char *port;
 } SnapshotConfig;
 
-// Create a snapshot for a single path
 int Seobeo_Snapshot_Create(const SnapshotConfig *config);
-
-// Create snapshots for multiple paths
 int Seobeo_Snapshots_Create_Batch(const SnapshotConfig configs[], int count);
 
 #endif