Changeset 34405 for trunk/Ohana/src/addstar/include/addstar.h
- Timestamp:
- Sep 5, 2012, 4:25:56 PM (14 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/addstar/include/addstar.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo set to
-
trunk/Ohana/src/addstar/include/addstar.h
r34260 r34405 59 59 typedef struct sockaddr_in SockAddress; 60 60 61 enum {ADDSTAR_MODE_NONE, ADDSTAR_MODE_IMAGE, ADDSTAR_MODE_REFLIST, ADDSTAR_MODE_REFCAT, ADDSTAR_MODE_FAKEIMAGE, ADDSTAR_MODE_RESORT };61 enum {ADDSTAR_MODE_NONE, ADDSTAR_MODE_IMAGE, ADDSTAR_MODE_REFLIST, ADDSTAR_MODE_REFCAT, ADDSTAR_MODE_FAKEIMAGE, ADDSTAR_MODE_RESORT, ADDSTAR_MODE_CREATE_ID}; 62 62 enum {NONE, SIMPLE_CMP, SIMPLE_CMF, SIMPLE_MEF, MOSAIC_CMP, MOSAIC_CMF, MOSAIC_MEF, MOSAIC_PHU, SDSS_OBJ}; 63 63 /* note: MEF implies CMF */ … … 269 269 int NewReflist_Thread PROTO((int BindSocket)); 270 270 271 Stars *Convert_SMPDATA PROTO((FTable *table, unsigned int *nstars));272 Stars *Convert_PS1_DEV_0 PROTO((FTable *table, unsigned int *nstars));273 Stars *Convert_PS1_DEV_1 PROTO((FTable *table, unsigned int *nstars));274 Stars *Convert_PS1_V1 PROTO((FTable *table, unsigned int *nstars));275 Stars *Convert_PS1_V1_Alt PROTO((FTable *table, unsigned int *nstars));276 Stars *Convert_PS1_V2 PROTO((FTable *table, unsigned int *nstars));277 Stars *Convert_PS1_V3 PROTO((FTable *table, unsigned int *nstars));278 Stars *Convert_PS1_SV1 PROTO((FTable *table, unsigned int *nstars));279 Stars *Convert_PS1_SV1_Alt PROTO((FTable *table, unsigned int *nstars));280 281 271 int InitStar PROTO((Stars *star)); 282 272 … … 303 293 // this is a gnu extension?? caution! 304 294 void *memrchr(const void *s, int c, size_t n); 295 int addstar_create_ID (); 305 296 306 297 /**
Note:
See TracChangeset
for help on using the changeset viewer.
