Skip to content

Commit 9e65897

Browse files
committed
fix build errors
1 parent 2550a24 commit 9e65897

1 file changed

Lines changed: 2 additions & 26 deletions

File tree

src/main.c

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -238,33 +238,9 @@ static void runFile(const char *path) {
238238

239239

240240
// ============================================================
241-
// PRM (ProX Resource Manager) Forward Declarations
242-
// Implemented in src/prm/commands/cmd_core.c, manifest.c, builder.c
241+
// PRM (ProX Resource Manager) Include
243242
// ============================================================
244-
void prm_version(void);
245-
void prm_help(void);
246-
void prm_doctor(void);
247-
void prm_config(const char* key, const char* value);
248-
void prm_init(const char* name);
249-
void prm_clean(void);
250-
void prm_install(const char* packageName);
251-
void prm_remove(const char* packageName);
252-
void prm_update(const char* packageName);
253-
void prm_list(void);
254-
void prm_outdated(void);
255-
void prm_audit(void);
256-
void prm_publish(void);
257-
void prm_login(void);
258-
void prm_logout(void);
259-
void prm_search(const char* query);
260-
void prm_info(const char* packageName);
261-
void prm_cache(const char* action);
262-
void prm_link(const char* packageName);
263-
void prm_unlink(const char* packageName);
264-
void prm_doc(void);
265-
void prm_exec(const char* command);
266-
void prm_why(const char* packageName);
267-
void prm_create(const char* templateName, const char* projectName);
243+
#include "prm/prm.h"
268244

269245
// ============================================================
270246
// PRM Command Dispatch

0 commit comments

Comments
 (0)