Browse Source

working on secureChannel, changed various names of "advanced" datatypes

FlorianPalm 11 years ago
parent
commit
fa431a6523
1 changed files with 0 additions and 22 deletions
  1. 0 22
      open62541Stack/src/opuca_linkedList.c

+ 0 - 22
open62541Stack/src/opuca_linkedList.c

@@ -1,22 +0,0 @@
-/*
- * opuca_linkedList.c
- *
- *  Created on: Feb 5, 2014
- *      Author: opcua
- */
-
-
-#include<stdlib.h>
-#include<stdio.h>
-
-
-
-list_add(element *list,element *elementToAdd)
-{
-	element *nElement;
-	while(list->next != NULL)
-	{
-		nElement = list->next;
-	}
-
-}