~skinny.moey/drizzle/bug755201

« back to all changes in this revision

Viewing changes to win32/conn_uds.cc

  • Committer: Lee Bieber
  • Date: 2011-03-23 18:58:39 UTC
  • mfrom: (2246.1.3 build)
  • Revision ID: kalebral@gmail.com-20110323185839-u96hq6u213nexixv
Merge Patrick - Updated dbqp's ld_lib_paths to find the new libdrizzle locations
Merge Monty - Splits out libdrizzle-1.0 and libdrizzle-2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 * Common definitions
46
46
 */
47
47
 
48
 
const char *drizzle_con_uds(const drizzle_con_st *con)
 
48
const char *drizzle_con_uds(const drizzle_con_st *)
49
49
{
50
50
  (void)con;
51
51
  return (const char *)NULL;
52
52
}
53
53
 
54
 
void drizzle_con_set_uds(drizzle_con_st *con, const char *uds)
 
54
void drizzle_con_set_uds(drizzle_con_st *, const char *)
55
55
{
56
 
  (void)con;
57
 
  (void)uds;
58
56
}
59
57
 
60
58
/*