Bonsoir tout le monde,

si quelqu'un s'y connait en rpcgen, pourrait-il me dire comment réaliser mon fichier index.x car le miens ne fonctionne pas...

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
index.x
struct ligne { char *nom; int tel; };

typedef struct ligne ligne;


program ANNUAIRE_PROG {
	version ANNUAIRE_VERSION {
		ligne* recherche_1(char**) = 10;
		int* ajout_1(ligne*) = 11;
		void* affiche_1(char**) = 12;
	} = 1;
} = 0x20000000;
Merci par avance !!