diff --git a/src/main/c/VierGewinnt.c b/src/main/c/VierGewinnt.c
index 2a68a6e..f77c5da 100644
--- a/src/main/c/VierGewinnt.c
+++ b/src/main/c/VierGewinnt.c
@@ -50,3 +50,6 @@ int checkDiagonalRL(char board[ROWS][COLS], char player);
 void showMessage(const char* messageColor, const char* message);
 //Funktionsprototyp für showInvalidInputMessage 
 void showInvalidInputMessage();
+
+//Funktionsprototyp für showColumnFullMessage
+void showColumnFullMessage();